Wireshark mailing list archives

Re: decoding of protocol layers atop own dissector


From: Anders Broman <anders.broman () ericsson com>
Date: Wed, 10 Nov 2010 09:59:24 +0100

Hi,
If you know what dissector to call the easiest is to creaste a new tvb with that protocols
Data and do "call_dissector(sigcomp_handle, tvb, pinfo, tree);"
See packet-sip.c search for sigcomp_handle.
Regards
Anders 

-----Original Message-----
From: wireshark-dev-bounces () wireshark org [mailto:wireshark-dev-bounces () wireshark org] On Behalf Of Kristian 
Martens
Sent: den 10 november 2010 08:01
To: wireshark-dev () wireshark org
Subject: [Wireshark-dev] decoding of protocol layers atop own dissector

Is it possible to set a wireshark dissector for potocol layers atop of an dissector if wireshark is not able to 
determine which dissector shall be used? If yes, how can this be achieved?
I developed a propriatary protocol dissector which is working fine. This protocol transports a standardized protocol 
also being available in wireshark. I thought I could select this protocol in the "decode as..." 
dialog but it is not available there.

Thank you for your answers in advance.
Kris 

___________________________________________________________________________
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: