I believe it is now "good enough" for other people to test and I am looking for kind souls to try the library and give me some feedback. In order to do so, you'll need the following:
- Lua 5.3
- a Lua dissector you want to test
- a .pcap file or a hex string representing a UDP/TCP payload you want to dissect
If you do fulfill the requirements, getting set up should take less than a minute (more detailed instructions on the repo):
- download wirebait.lua,
- add a 5-line-snippet at the top of your dissector
- edit the snippet to read your .pcap or hex string
- you're ready to go: run your dissector and check out the dissection output
Even if you don't fulfill the requirements, you can still go to the
Wirebait repo and try out the examples.
I would appreciate any form of feedback and/or suggestions.
Have a good one!
Markus