Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Custom Dissector Plugin not found after place it in Personal Plugins folder

I have compiled a dissector plugin following this guide. If I place the resulting '*.dll' in:

C:\Program Files\Wireshark\plugins\4.0\epan

My plugin is found and it works as expected. But, as it is a custom plugin, I have considered that it should be placed in Personal Plugins folder:

C:\Users\%user%\AppData\Roaming\Wireshark\plugins\4.0:

Doing so, it seems dissector is not found:

Error loading table 'User DLTs Table': user_dlts:2: dissector not found

Am I missing someting? Is there anything wrong on WireShark custom plugins awareness?

Many thanks!