jose-pr / libwireshark-rs

Wireshark dissector in rust without the need to compile wireshark
3 stars 0 forks source link

[Question] Plans to Update #2

Open shaggygi opened 2 years ago

shaggygi commented 2 years ago

I was recently looking if there were any good (simple for noob) ways to create Wireshark dissector plugins using Rust (similar to Lua). Appears this repo was referenced. Was curious to know if there were any plans to continue the effort and make improvements? I have not reviewed in detail but would be nice to see better docs/samples and additional features. For example, I'll like to add my own data link that is based other physical transport (like USB/serial) and not ethernet/udp.

Good job on what you accomplished so far. Thanks for any help.

jose-pr commented 2 years ago

It has been on the back of my mind for some time but have no immediate plans, dont have the time at the moment. Should be able to start from the code here to get an idea on how to start, mainly create bindings to libwireshark and then export the plugin register functions.