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!
Issue 19389: Custom Dissector Plugin not found after place it in Personal Plugins folder
Enhancement to simplify the plugin directory structure:
12528: plugins: Do not require a "type" subfolder hierarchy