ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Change RANAP dissector to my own

From: Anders Broman <anders.broman@xxxxxxxxxxxx>
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@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Marvin
Sent: den 22 juni 2015 22:31
To: wireshark-dev@xxxxxxxxxxxxx
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@xxxxxxxxxxxxx>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe