Hello, I have a problem when I build wireshark on windows. I read carefully the tutorial https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html. The build end without error but in my dissector plugin folder there isn't any dll file. New files after compilation are: - plugin.obj - mydissector.rc - vc120.pdb I don't understand why. Maybe I missed something... Thanks in advance for help. Regards Sylvain asked 03 Sep '15, 01:43 Sylvain |
One Answer:
Thank you but I found the answer ! I had a problem with the libxml librarie. It was not compiled properly. Advice for future : dont forget to link the librarie in the makefile.nmake of your dissector. Sylvain answered 03 Sep '15, 12:00 Sylvain |
Could you post the output of nmake command when you compile your plugin?