wireshark-dev August 2011 archive
Main Archive Page > Month Archives  > wireshark-dev archives
wireshark-dev: Re: [Wireshark-dev] why wireshark plugin does not

Re: [Wireshark-dev] why wireshark plugin does not work here - dissector_add_uint()

From: Guy Harris <guy_at_nospam>
Date: Fri Aug 19 2011 - 00:40:50 GMT
To: Developer support list for Wireshark <wireshark-dev@wireshark.org>

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 <wireshark-dev@wireshark.org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@wireshark.org?subject=unsubscribe