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

win32 Installer doesn’t include custom plugin dll

0

I created a dissector for my protocol and recompiled wireshark (1.6.2) using VS 2010. Everything works fine except when I try to create an installer. The dll for my custom plugin is not included. I've changed everything in the ...packagingnsis directory to add the plugin (Custom.nmake, custom_plugins, Makefile.nmake, etc). Is there another file that needs modified?

Thanks, Brian

asked 12 Oct '11, 07:57

brwiese's gravatar image

brwiese
26111211
accept rate: 50%


2 Answers:

1

Refer to README.plugins, in particular section 3.7.

answered 12 Oct '11, 19:29

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142
accept rate: 20%

0

To include your plugin dll in a custom Wireshark installer, you need to update both Makefile.nmake and wireshark.nsi under packaging/nsis/. Add your dll to the list in Makefile.nmake that starts around line 47, and to the list in wireshark.nsi on about line 900.

answered 12 Oct '11, 08:17

multipleinterfaces's gravatar image

multipleinte...
1.3k152340
accept rate: 12%