Wireshark mailing list archives

Re: Basic question about dissectors


From: Graham Bloice <graham.bloice () trihedral com>
Date: Mon, 2 Mar 2015 14:19:29 +0000

On 2 March 2015 at 14:08, David Aldrich <David.Aldrich () emea nec com> wrote:

 Hi



Please will someone tell me what is the file extension of a dissector and
how one loads a dissector in Wireshark?



I have seen lots of help on how to write a dissector but I just need to
know how to identify a dissector in a 3rd party distribution file of
Wireshark, and how to load it.





A dissector can be implemented in many ways and not all of them are
separate files with a file extension.  I assume you're interested in
Wireshark on Windows as you mention a file extension?

A dissector can be built into the Wireshark core as part of
libwireshark.dll, it can be a plugin in the various plugin directories with
a .dll extension (look in Help -> About -> Plugins), it could be a Lua
dissector loaded at runtime form a Lua script file (probably with a .lua
extension), it could be a WSGD dissector loaded at runtime from a text
file, and for some older versions of Wireshark it could be a Python
dissector loaded at runtime.

-- 
Graham Bloice
___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
             mailto:wireshark-users-request () wireshark org?subject=unsubscribe

Current thread: