wireshark-dissector-rs icon indicating copy to clipboard operation
wireshark-dissector-rs copied to clipboard

No need for wireshark sources to compile

Open jose-pr opened this issue 4 years ago • 1 comments

I was inspired by this project and was able to make so that at most you need the header files. But as long as you have the .dll/.so file you can compile a plugin from the start with rust. Rust will also produce the full lib to be use by Wireshark, and it can be really easy to set up a dissector. Example: https://github.com/jose-pr/libwireshark-rs/blob/master/foo_dissector/src/lib.rs

jose-pr avatar Jun 22 '20 22:06 jose-pr

Very cool, I'll check it out.

sevagh avatar Jun 23 '20 00:06 sevagh