aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug regarding the handling of correlation ids.Michael Tüxen2002-12-051-6/+6
* Added support for the Implementers Guide.Michael Tüxen2002-12-041-3/+69
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-4/+4
* Fixed a bug on 64 bit machines in the CRC32C algorithm. Thanks toMichael Tüxen2002-10-171-5/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-351/+351
* From Michael Tuexen:Guy Harris2002-07-101-32/+16
* From Michael Tuexen: update to match the latest I-Ds for two extensions:Guy Harris2002-06-281-8/+40
* When looking for dissectors for the source and destination port numbersGuy Harris2002-06-081-17/+44
* From Albert Chin: fix various non-GCC compiler warnings.Guy Harris2002-05-301-2/+2
* From Michael Tuexen: updates to later IETF drafts:Guy Harris2002-05-181-141/+52
* From Michael Tuexen: add missing support for the T-Bit in ABORT chunks.Guy Harris2002-04-161-19/+31
* From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris2002-04-141-63/+63
* From Michael Tuexen: report the type of an unrecognized parameter.Guy Harris2002-03-031-3/+5
* From Michael Tuexen: update the CRC32 checksum code to matchGuy Harris2002-03-021-4/+13
* From Michael Tuexen:Guy Harris2002-02-021-8/+16
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Editorial change, from Michael Tuexen.Guy Harris2002-01-201-5/+5
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-21/+21
* Make the label for the SCTP checksum type preference item indicate thatGuy Harris2002-01-151-2/+4
* From Michael Tuexen:Guy Harris2002-01-151-48/+206
* From Michael Tuexen - SCTP updates:Guy Harris2001-12-191-83/+493
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-36/+36
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-3/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Show parameter types in hex.Guy Harris2001-10-231-31/+25
* Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris2001-08-281-5/+8
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-3/+3
* Fix a typo.Guy Harris2001-06-211-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-46/+46
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-2/+2
* Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris2001-04-201-2/+2
* SCTP dissector fix from Michael Tuexen.Guy Harris2001-04-091-10/+12
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-8/+4
* Update from Michael Tuexen to enhance handling of bundled upper layerGuy Harris2001-01-141-23/+44
* Support for dissectors registering themselves with a particular SCTPGuy Harris2001-01-131-9/+12
* Update the SCTP dissector, and add a dissector forGilbert Ramirez2001-01-111-336/+437
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Michael Tuexen's patch to add "sctp.port" as a dissector table so thatGuy Harris2000-08-191-57/+90
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-9/+4
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-15/+6
* Include "packet.h", not <packet.h> - the latter, at least on Win32,Guy Harris2000-07-311-9/+2
* Add SCTP dissector from Tuexen Michael <Michael.Tuexen@icn.siemens.de>Gilbert Ramirez2000-07-211-0/+1810