aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-17Fixed a bug on 64 bit machines in the CRC32C algorithm. Thanks toMichael Tüxen1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-351/+351
2002-07-10From Michael Tuexen:Guy Harris1-32/+16
2002-06-28From Michael Tuexen: update to match the latest I-Ds for two extensions:Guy Harris1-8/+40
2002-06-08When looking for dissectors for the source and destination port numbersGuy Harris1-17/+44
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.Guy Harris1-2/+2
2002-05-18From Michael Tuexen: updates to later IETF drafts:Guy Harris1-141/+52
2002-04-16From Michael Tuexen: add missing support for the T-Bit in ABORT chunks.Guy Harris1-19/+31
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris1-63/+63
2002-03-03From Michael Tuexen: report the type of an unrecognized parameter.Guy Harris1-3/+5
2002-03-02From Michael Tuexen: update the CRC32 checksum code to matchGuy Harris1-4/+13
2002-02-02From Michael Tuexen:Guy Harris1-8/+16
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Editorial change, from Michael Tuexen.Guy Harris1-5/+5
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-21/+21
2002-01-15Make the label for the SCTP checksum type preference item indicate thatGuy Harris1-2/+4
2002-01-15From Michael Tuexen:Guy Harris1-48/+206
2001-12-19From Michael Tuexen - SCTP updates:Guy Harris1-83/+493
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-36/+36
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-3/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
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