THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Loading of plugin fails because of plugin_register symbol

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";
asd's avatar
1
asd
asked 2019-03-28 13:58:41 +0000, updated 2019-03-28 14:01:40 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

grahamb's avatar
23.8k
grahamb
answered 2019-03-28 14:23:42 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer