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] Improve Tcap oid management

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Tue, 3 Oct 2006 21:25:01 +0200
Checked in.
BR
Anders

-----Ursprungligt meddelande-----
Från: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För Florent.Drouin@xxxxxxxxxx
Skickat: den 3 oktober 2006 17:20
Till: wireshark-dev@xxxxxxxxxxxxx
Ämne: [Wireshark-dev] Improve Tcap oid management

      Hello,


I did improve the OID management in the tcap dissector.
Now, when a tcap message is reveived, without upper layer, the ACN is saved
in the TCAP context, and can be used for the next messages of the dialogue.
It is used only when the upper layer session is opened with Tcap only
messages.

Example:
a Tcap dialogue is opened with TC_BEGIN (oid camelv2)/TC_cont (accept oid
CamelV2)
And then, the Camel messages are echanged without oid, but can be decoded
according to the oid stored in the context.

(See attached file: packet-tcap-template.c.diff)

Regards
Florent