This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

dll missing for my dissector after building wireshark on windows

0

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's gravatar image

Sylvain
21225
accept rate: 100%

Could you post the output of nmake command when you compile your plugin?

(03 Sep '15, 11:40) Pascal Quantin

One Answer:

1

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's gravatar image

Sylvain
21225
accept rate: 100%