Hi, I had followed the steps mentioned in 9.2.1 section in the following link http://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html and written "myprotocol.c" code to identify my own protocol. Next I want use it as plugin. Can anyone help me to compile "myprotocol.c" into ".dll" file for my Windows wireshark? Thanks in Advance.. asked 11 Nov '11, 16:56 JK7 edited 12 Nov '11, 13:05 cmaynard ♦♦ |
2 Answers:
README.plugins should help. answered 12 Nov '11, 13:03 cmaynard ♦♦ |
Have you followed the Developers Guide and set up your toolchain to build? Firstly make sure you can compile Wireshark without any changes, and then add your changes. The example in the Developers Guide does build a plugin dissector, so should be good for you. answered 12 Nov '11, 00:10 grahamb ♦ |