On Aug 18, 2011, at 2:08 PM, John x wrote: > I am working on 1.4.4 now. So I do used dissector_add_port > but after I put the generated .so file under > /usr/lib/wireshark/plugins/1.4.1/, then I run wireshark, it shows: > > Couldn't load module /usr/lib/wireshark/plugins/1.4.4/xxx.so: underfined > symbol: dissector_add_port
Sorry, I forgot - the old name was dissector_add(), not dissector_add_port(). Use dissector_add() for 1.4.x; use dissector_add_uint() for 1.6.x and SVN. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
