ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Couldn't load module / undefined symbol:

From: Marcel Haas <inf462@xxxxxxxxxxx>
Date: Thu, 06 Oct 2011 10:36:00 +0200
Hey,
I have a new problem.
Some of u still remember that im writing my own function and include it to wireshark/epan file folder.
i built it in with autogen configure and make.
Now i want to include my functions to my dissector plugin.
#include <epan/list_mh.h> and inculde my function "NeuesListenElement"
Built my plugin new too. No Errors but if i start wireshark now i get an error :

Couldn't load module /home/marcel/Downloads/wireshark-1.6.1/plugins/nos/.libs/nos.so: /home/marcel/Downloads/wireshark-1.6.1/plugins/nos/.libs/nos.so: undefined symbol: NeuesListenElement

Why it doesnt know my function ?

thx and regards
Marcel