First time here? Check out the FAQ!

Ask Your Question
0

.dll has no "plugin_want_major" symbol

asked Aug 24 '18

hao97 gravatar image

updated Aug 24 '18

grahamb gravatar image

Building my own custom wireshark dissector. Built Wireshark 2.9.0 from source code and custom dissector works perfectly on my own pc. Downloaded Wireshark 2.9.0-1229-g4eb5b535 online and tried out my custom dissector. Works perfect as well. However, an error message known as "foo.dll has no "plugin_want_major" symbol" occur when I copy my custom plugin .dll into Wireshark 2.9.0-1554 on a separate computer. Does anyone have a solution to it? Thank you very much.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered Aug 24 '18

grahamb gravatar image

Probably down to this change.

As you're running off the "bleeding edge" development version there may be occasional breakages.

Preview: (hide)
link

Comments

I did not build my dissector with a CMakeList.txt. Is it compulsory to have a CMakeList.txt? If yes, how do I do that? Thanks!

hao97 gravatar imagehao97 ( Aug 24 '18 )

See the Developers Guide, Section 9.2.1.

CMake is the only supported method for building in 2.9 and later.

grahamb gravatar imagegrahamb ( Aug 24 '18 )

Any other suggestion that may help to fix this issue? So far still having the same issue. Upon your first answer, would you mind stating a step by step guide just to ensure that I'm doing the right steps. Thanks :)

hao97 gravatar imagehao97 ( Aug 27 '18 )

The Developers Guide is the step by step guide. Are you having problems building Wireshark with CMake or just your plugin?

grahamb gravatar imagegrahamb ( Aug 27 '18 )

I have problem loading my custom plugin on other computer running Wireshark Version 2.9.0. Plugin have no issue running on my computer with Wireshark 2.9.0. Built Wireshark 2.9.0 from source code but decided to use the downloaded Wireshark 2.9.0 for testing purposes.

hao97 gravatar imagehao97 ( Aug 27 '18 )

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: Aug 24 '18

Seen: 1,019 times

Last updated: Aug 24 '18