Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19341: /trunk/ /trunk/asn1/camel/: packet-camel-template

Date: Wed, 27 Sep 2006 20:06:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19341

User: etxrab
Date: 2006/09/27 08:06 PM

Log:
 From Florent Drouin:
 Here are some patches and a new module to introduce the notion of Tcap context for a Tcap transaction. For each Tcap transaction, several parameters, like session identifier, start time or OID, will be saved in a hash table, to keep these informations available for the next messages. This context is then given to the upper layer, and can be used, for example, to generate transaction-associated statistics.
 
 Moreover, the Upper protocol, detected in the Begin of the TCAP transaction ( according to the OID ), is saved in the context, and will be reused for the next messages of the transaction. This help the decoding of SS7 messages, without any SSN configuration in the "wireshark preferences".
 
 You will have too, the possibility to apply a filter to see only the messages related to a TCAP transaction. (tcap.srt.session_id=XXX)
 
 To enable the use of the Tcap context, you have 2 new parameters in the preferences,
 - SRT, enable search for a Tcap context for any TCAP messages
 - persistentSRT, keep the Tcap context, even after the transaction has been closed. This is mandatory with Wireshark, to have a clean display of the stats.
 
 There is 2 new timers  in the preferences for the statistics, to tune the retransmission timeout, and messages lost timeout.

Directory: /trunk/asn1/camel/
  Changes    Path                       Action
  +8 -3      packet-camel-template.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +10 -5     packet-camel.c      Modified
  +12 -7     packet-gsm_map.c    Modified
  +351 -97   packet-tcap.c       Modified
  +11 -1     packet-tcap.h       Modified

Directory: /trunk/epan/
  Changes    Path                     Action
  +2 -0      Makefile.common          Modified
  +1261 -0   tcap-persistentdata.c    Added
  +127 -0    tcap-persistentdata.h    Added

Directory: /trunk/asn1/gsmmap/
  Changes    Path                         Action
  +2 -1      GSMMAP.asn                   Modified
  +10 -5     packet-gsm_map-template.c    Modified


(3 files not shown)