Mariusz Okr�j wrote:
Hi,
I'm getting "Couldn't load module
/home/marok/wireshark/lib/wireshark/plugins/1.6.0/xmpp.so:
/home/marok/wireshark/lib/wireshark/plugins/1.6.0/xmpp.so: undefined
symbol: tvb_find_tvb" during the wireshark startup.
What may cause this problem? I'm using many functions from tvbuff.h,
but only using this one the problem occurs.
I don't see a response to this, but the problem is/was that this
function is not in epan/libwireshark.def (so the function is not
exported from libwireshark).
Chris fixed that in this revision:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38169