Ask Your Question
0

Loading of plugin fails because of plugin_register symbol

asked 2019-03-28 13:58:41 +0000

asd gravatar image

updated 2019-03-28 14:01:40 +0000

I have a Wireshark plugin, which 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";
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-03-28 14:23:42 +0000

grahamb gravatar image

See section 5. of README.plugins in the source doc directory.

That section of the README discusses the additions you'll need to make to your dissector to match recent (> 2.5) changes in the plugin interface in Wireshark.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-03-28 13:58:41 +0000

Seen: 845 times

Last updated: Mar 28 '19