aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-14Use the unmodified DialoguePDUs ASN1 file.etxrab1-454/+445
2008-09-14Remove the rest of the ANSI TCAP stuff.etxrab1-543/+50
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.etxrab1-674/+31
2008-09-13Use original UnidialoguePDUs.etxrab1-147/+241
2008-07-26Get rid of some unused code warnings.etxrab1-89/+25
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ...morriss1-15/+6
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-26/+27
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2007-12-06fix field attributes handling for tagged typeskukosa1-4/+4
2007-11-13From Florent DROUIN:etxrab1-92/+29
2007-11-07Update to use the -X and -T asn2wrs flags.etxrab1-770/+572
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...morriss1-28/+42
2007-09-12Use the new ANSI TCAP dissector.etxrab1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-2/+2
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.etxrab1-5/+44
2007-07-30From Florent Drouin:morriss1-12/+14
2007-07-27From Florent Drouin:morriss1-132/+219
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessarykukosa1-47/+79
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where wemorriss1-43/+50
2007-07-13From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug....morriss1-3/+6
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-154/+154
2007-05-15actx in the rest of dissect_ber..()letxrab1-39/+39
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-506/+507
2007-05-06Start introducing actx to ber functions.etxrab1-119/+119
2007-04-23From Florent DROUIN:etxrab1-19/+14
2007-04-23TCAP: Fix up indentation a bit.etxrab1-76/+79
2007-04-23Mark all the items for TCAP statistics as generatedmorriss1-39/+41
2007-04-23Formating changes and align a bit to spec.etxrab1-23/+36
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.etxrab1-29/+54
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.etxrab1-26/+39
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-6/+33
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-205/+205
2007-01-01Use TransactionId to match ansi map responses to requests and fixetxrab1-21/+31
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.etxrab1-2/+2
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-3/+3
2006-10-03From Florent.Drouin@alcatel.fr:etxrab1-2/+18
2006-09-27From Florent Drouin:etxrab1-99/+353
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-119/+119
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-6/+7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()etxrab1-2/+2
2005-12-18If we're going to use a handle for the data handle, we need to get aguy1-3/+4
2005-12-17remove // commentslego1-7/+3
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...lego1-96/+137
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-3/+1
2005-12-13Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.lego1-1/+1
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-17/+54
2005-11-26Get rid of unused global variables.guy1-11/+6