Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Loading of plugin fails because of plugin_register symbol

I have a Wireshark plugin, which faild loading in Wireshark with the following error.

The plugin "x.so" has no "plugin_register" symbol

How can I resolve this?

Previously it failed because of no plugin_version, which I resolved by adding

WS_DLL_PUBLIC_DEF const gchar plugin_version[] = "0.0.1";

Loading of plugin fails because of plugin_register symbol

I have a Wireshark plugin, which faild failed loading in Wireshark with the following error.

The plugin "x.so" has no "plugin_register" symbol

How can I resolve this?

Previously it failed because of no plugin_version, which I resolved by adding

WS_DLL_PUBLIC_DEF const gchar plugin_version[] = "0.0.1";