Wireshark mailing list archives

Re: how to remove/unregister a dissector?


From: Anders Broman <anders.broman () ericsson com>
Date: Wed, 27 Apr 2011 12:20:43 +0200

 

-----Original Message-----
From: wireshark-dev-bounces () wireshark org [mailto:wireshark-dev-bounces () wireshark org] On Behalf Of Jakub Zawadzki
Sent: den 27 april 2011 12:15
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] how to remove/unregister a dissector?

On Tue, Apr 26, 2011 at 06:57:07PM +0000, Chris Maynard wrote:
In most cases, to remove unwanted protocol dissectors from the build, 
delete the relevant packet-*.c files from epan/dissectors/Makefile.common's DISSECTOR_SRC.

I've always wanted to configure DISSECTOR_SRC using some user-friendly tool, maybe something like make *config from 
Linux kernel.

Config tree might looks like:

-TCP dissectors [X]
 |- 23: Telnet                [X]
 |- 25: Simple Mail Transfer Protocol [X]
 |- 110: Post Office Protocol [X]
 |- 9418: Git Smart Protocol  [ ]
 |- ....
 |
 - SSL dissectors [X]
  |- 465: Simple Mail Transfer Protocol [X]
  |- 995: Post Office Protocol [X]
  |- ...

- UDP dissectors [ ]
- ...

Perhaps the menu Internal->dissector tables could be used for something like that.
Regards
Anders
___________________________________________________________________________
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
___________________________________________________________________________
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


Current thread: