rust-bakery / nom

Rust parser combinator framework
MIT License
9.39k stars 806 forks source link

test nom in Wireshark dissectors #579

Open Geal opened 7 years ago

Geal commented 7 years ago

https://github.com/sevagh/wireshark-dissector-rs

because that would be so cool :)

Geal commented 7 years ago

just reuse existing nom parsers, that should be fine :)

lukaslueg commented 7 years ago

Just a general thought: I once wrote a python API for wireshark. By the experience of pain and suffering, let me tell you that doing any sort of Rust-binding for Wireshark that goes beyond a one-off-dissector involves hair being pulled. It's really that bad.