Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Execute Wireshark.exe from run is not loading custom dissectors

I have written cusom dissector and added under plugins/ folder. Able to compile successfully, exe got generated under run/Release/ folder. But, when executed it is coming up but failing to load my custom dissector dll. I confirmed this from Help->About Wireshark->Plugins tab.

Would like to know what could be the issue for not loading the dlls. I am using Wireshark-3.2.7 code base, compiled on Windows 10.

I am doing this for quick debugging the things using my custom dissector, which helps me a lot during development.

Thank you.