I a new to wireshark plugin development. How can I start with wireshark plugin development. asked 11 Oct '12, 23:14 Akhil |
One Answer:
Invaluable sources are
You could opt to start in Lua, or use the Wireshark Generic Dissector answered 12 Oct '12, 05:47 Jaap ♦ |
The Generic dissector is very hard to understand. Is there any simpler one?
In epan/dissectors there is a multitude of dissectors to look at. It's hard to give better advice without knowing more about the protocol you want to build a dissector for. Is it running on TCP, UDP or other? Start with the example in readme.developer make that compile as a plugin as a start.