You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: