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 |
2 Answers:
Refer to README.plugins, in particular section 3.7. answered 12 Oct '11, 19:29 cmaynard ♦♦ |
To include your plugin dll in a custom Wireshark installer, you need to update both answered 12 Oct '11, 08:17 multipleinte... |