aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-16Clean up white space.Guy Harris1-78/+71
2005-06-09From Tim Endean:Anders Broman1-2/+8
2005-06-08From Olivier Jacques, Anders Broman1-19/+20
2005-06-08From Tim Endean:Anders Broman1-1/+1
2005-06-07Some fixes from Tim EndeanAnders Broman1-97/+150
2005-06-07From Tim Endean:Anders Broman1-2413/+2394
2005-05-03Fix two places where we might loop infinitely, including the one found inGerald Combs1-2/+10
2005-05-02Use the correct parameters in a function call.Anders Broman1-1/+1
2005-05-01Make sure we pass a positive length to proto_item_set_len().Gerald Combs1-0/+1
2005-04-30Fix a buffer overflow found during fuzz testing.Gerald Combs1-2/+2
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-01Improve handling of pinfo->private_dataAnders Broman1-1/+5
2005-01-31Put application context OID in pinfo->private data to be used by sub-dissecto...Anders Broman1-1/+4
2004-12-31Use "proto_tree_add_item()" to add a chunk of bytes to the protocolGuy Harris1-2/+2
2004-12-27Again, some warnings removed.Ulf Lamping1-2/+2
2004-12-26Again, some warnings removed.Ulf Lamping1-1/+1
2004-10-27Improve OID dissection and make it possible to call an "OID" Dissector for Di...Anders Broman1-31/+69
2004-10-17"ssn_range" needs to be a copy of "global_ssn_range", so that it's notGuy Harris1-1/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-5/+6
2004-10-15Don't declare functions inside functions - not all C compilers supportGuy Harris1-16/+19
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-25/+49
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-04From Jeff Morriss: the code path that's bypassed with the "if (tree)"Guy Harris1-16/+12
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2900