aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
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