Wireshark mailing list archives

Re: Change RANAP dissector to my own


From: Anders Broman <anders.broman () ericsson com>
Date: Mon, 22 Jun 2015 20:59:43 +0000

Hi,
I'm out sure what you are trying to ask, nor am I familiar with RUA. But the RUA ASN1 code has 
RANAP-Message   ::=                     OCTET STRING
So of course the RUA dissector calls the RANAP dissector to decode this message, if your implementation puts something 
else than RANAP data into the
RANAP-Message structure you could add a preference and if the preference is set call your dissector instead.
Regards
Anders

-----Original Message-----
From: wireshark-dev-bounces () wireshark org [mailto:wireshark-dev-bounces () wireshark org] On Behalf Of Marvin
Sent: den 22 juni 2015 22:31
To: wireshark-dev () wireshark org
Subject: [Wireshark-dev] Change RANAP dissector to my own

Hi All:

        I'm developing my own dissector to dissect some special packets, the valuable infos are packed in RUA packet, 
and wireshark recognize these infos are RANAP packets which are not.

        So i was wondering, can i change the RANAP dissector or i just write a new dissector? But how could the new 
dissector work in the RUA dissector? I read the source code, it seems that the RUA dissector hard-encode RANAP 
dissector.

        Thank in advance!


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://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:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: