aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-23Show parameter types in hex.Guy Harris1-31/+25
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-5/+8
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-3/+3
2001-06-21Fix a typo.Guy Harris1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-46/+46
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-2/+2
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris1-2/+2
2001-04-09SCTP dissector fix from Michael Tuexen.Guy Harris1-10/+12
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-8/+4
2001-01-14Update from Michael Tuexen to enhance handling of bundled upper layerGuy Harris1-23/+44
2001-01-13Support for dissectors registering themselves with a particular SCTPGuy Harris1-9/+12
2001-01-11Update the SCTP dissector, and add a dissector forGilbert Ramirez1-336/+437
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-08-19Michael Tuexen's patch to add "sctp.port" as a dissector table so thatGuy Harris1-57/+90
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-9/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-15/+6
2000-07-31Include "packet.h", not <packet.h> - the latter, at least on Win32,Guy Harris1-9/+2
2000-07-21Add SCTP dissector from Tuexen Michael <Michael.Tuexen@icn.siemens.de>Gilbert Ramirez1-0/+1810