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