Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I am getting an error "no plugin_version" symbol when I add a dll as plugin and start wireshark. How or where can i find the Plugin versions for custom dll in wireshark? How to solve the error ?

I have created a dissector and added it as dll to the plugins of the Wireshark, but am getting the above error when I start the Wireshark. I also checked G_MODULE_EXPORT const gchar version[] = VERSION, and the corresponding header but could not find the version in Wireshark to add to the program. How can I solve this ? Thank you in advance.