aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ranap.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
2003-12-01From Michael Lum: add a heuristic RANAP dissector, for use atop SCCP, asGuy Harris1-1/+40
2003-10-06From packet steve: get rid of some duplicate field definitions (someGuy Harris1-7/+1
2003-10-03From Michael Lum:Guy Harris1-22/+59
2003-04-22- get rid of col_set_fence: it will be called in packet-sctp.c only.Michael Tüxen1-2/+1
2003-04-19- add better INFO column handling using col_set_fence.Michael Tüxen1-3/+3
2002-12-10- get rid of registering as SUA light upper layer (support for SUA lightMichael Tüxen1-6/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-1418/+1418
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-10/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-5/+7
2001-09-13Squelch a "signed vs. unsigned comparison" warning (which warned of aGuy Harris1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-112/+112
2001-06-06Updates from Martin Held.Guy Harris1-1/+3
2001-06-01Updates from Martin Held.Guy Harris1-15/+53
2001-05-25Fix Gerald's e-mail address.Guy Harris1-2/+2
2001-04-25Wrap "VALS()" around pointers to "value_string" arrays, to suppress GCCGuy Harris1-66/+66
2001-04-24RANAP support, from Martin Held.Guy Harris1-0/+4772