aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-4/+4
2007-11-13From Florent DROUIN:Anders Broman1-92/+29
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-770/+572
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...Jeff Morriss1-28/+42
2007-09-12Use the new ANSI TCAP dissector.Anders Broman1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-2/+2
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.Anders Broman1-5/+44
2007-07-30From Florent Drouin:Jeff Morriss1-12/+14
2007-07-27From Florent Drouin:Jeff Morriss1-132/+219
2007-07-27- use #.FN_HDR where #.FN_BODY is not necessaryTomas Kukosa1-47/+79
2007-07-26Change a bunch of calls to col_append_*() to col_add_*() in places where weJeff Morriss1-43/+50
2007-07-13From Florent Drouin: fix for bug http://bugs.wireshark.org/bugzilla/show_bug....Jeff Morriss1-3/+6
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-154/+154
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-39/+39
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-506/+507
2007-05-06Start introducing actx to ber functions.Anders Broman1-119/+119
2007-04-23From Florent DROUIN:Anders Broman1-19/+14
2007-04-23TCAP: Fix up indentation a bit.Anders Broman1-76/+79
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss1-39/+41
2007-04-23Formating changes and align a bit to spec.Anders Broman1-23/+36
2007-04-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman1-29/+54
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.Anders Broman1-26/+39
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-6/+33
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-205/+205
2007-01-01Use TransactionId to match ansi map responses to requests and fixAnders Broman1-21/+31
2006-12-07Revert some dissector_handle_t to static changes to make it compile again.Anders Broman1-2/+2
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-3/+3
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman1-2/+18
2006-09-27From Florent Drouin:Anders Broman1-99/+353
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-119/+119
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-6/+7
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-01-31Export dissector_handle_t get_itu_tcap_subdissector()Anders Broman1-2/+2
2005-12-18If we're going to use a handle for the data handle, we need to get aGuy Harris1-3/+4
2005-12-17remove // commentsLuis Ontanon1-7/+3
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...Luis Ontanon1-96/+137
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-3/+1
2005-12-13Avoid the default sccp.ssn range to overwrite sccp.ssns of other dissectors.Luis Ontanon1-1/+1
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-17/+54
2005-11-26Get rid of unused global variables.Guy Harris1-11/+6
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-16/+10
2005-08-18From Tim Endean:Anders Broman1-149/+232
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-18/+18
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris1-21/+21
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-37/+37
2005-06-23From Valery Vybornov:Anders Broman1-1/+5
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-2/+2
2005-06-20move two functions that are not used by tcap and only used by gsm_a and gsm_s...Ronnie Sahlberg1-60/+0