Wireshark-dev: Re: [Wireshark-dev] decoding of protocol layers atop own dissector
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@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Kristian Martens
Sent: den 10 november 2010 08:01
To: wireshark-dev@xxxxxxxxxxxxx
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@xxxxxxxxxxxxx>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe