I want to make a new dissector as a plugin which can be used under windows.
Thank you very much. asked 02 Jul '16, 06:53 SulfredLee |
One Answer:
So, in short, either choose to develop in Ubuntu (install the wireshark-dev package should get you everything you need, then add gdb and ddd packages for your debugging needs), or Windows (follow the steps in the developer guide to the letter). answered 02 Jul '16, 08:12 Jaap ♦ |
Thanks for replying. I have already installed gdb and ddd. One more question. to build a wireshark which can be able to debug. Is it just do
./configure --enable-debug
? To build a wireshark which is release, is it just do./configure --disable-debug
?