summaryrefslogtreecommitdiff
path: root/asn1/tcap/packet-tcap-template.h
AgeCommit message (Collapse)AuthorFilesLines
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors ↵Michael Mann1-0/+141
themselves instead of being part of epan directory. svn path=/trunk/; revision=54499
2013-03-26Make the oid memeber a const.Anders Broman1-1/+1
svn path=/trunk/; revision=48558
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+5
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2007-07-27From Florent Drouin:Jeff Morriss1-1/+6
- add support of session management for tcap ANSI. (In fact, this support already exist for ANSI MAP subdissector, but as our simulators can reuse the tcap transaction Id, the decoding of the response may be wrong) - move the code related to asn1 in tcap.cnf, and update tcap.cnf - move the code related to the session management in tcap-persistentdata - add a compilation option to free the entry in the hashtable for a closed transaction. This is used only for tshark statistics generation, with huge file. - cleanup and add some comments Add Id tags to epan/tcap-persistentdata.{c,h} svn path=/trunk/; revision=22415
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman1-0/+2
svn path=/trunk/; revision=21487
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-0/+3
Add a table of DPCs and SSNs that allow to override the protocol that would be choosen so that the same SSN can use two different protocols in two different DPCs. I did not believe it someone could have done it, then I saw the captures... svn path=/trunk/; revision=21321
2007-01-01Use TransactionId to match ansi map responses to requests and fixAnders Broman1-0/+1
some bugs in the asn2wrs generated ansi map dissector. svn path=/trunk/; revision=20257
2006-09-27From Florent Drouin:Anders Broman1-2/+12
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. svn path=/trunk/; revision=19341
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()Anders Broman1-0/+2
svn path=/trunk/; revision=17136
2005-12-17Have tcap subdissectors registering using functions provided by tcap and ↵Luis Ontanon1-0/+5
tcap manage ssn registration. In packet-sccp.c avoid not having a binding. svn path=/trunk/; revision=16834
2005-06-20move two functions that are not used by tcap and only used by gsm_a and ↵Ronnie Sahlberg1-6/+0
gsm_ss into gsm_ss. remove the include <epan.asn1.h> from tcap since it no longer needs that file. only 9 dissectors remain that use asn1.h svn path=/trunk/; revision=14710
2005-06-06Add the asn2eth generated TCAP dissector made by Tim Endean to the SVN tree.Anders Broman1-0/+67
svn path=/trunk/; revision=14561