Open shaggygi opened 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.
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.