aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-23Add tap functionality.Michael Tüxen1-18/+54
2004-03-19Fixed a typo: sctp.verfication_tag -> sctp.verification_tagMichael Tüxen1-2/+2
2003-10-03- Fixed a typo.Michael Tüxen1-3/+3
2003-09-21Remove a bunch of duplicate semicolons.Gerald Combs1-4/+4
2003-09-05Add SCTP tunneling.Michael Tüxen1-1/+3
2003-09-02Fixed a bug regarding the summary of in/outbound streams in INIT/INIT-ACK chu...Michael Tüxen1-5/+5
2003-08-26Note that the SCTP CRC-32c is not the same as the AUTODIN/HDLC/802.xGuy Harris1-1/+9
2003-08-06Don't trust the payload length in SCTP DATA chunks to be bigger than theGuy Harris1-28/+38
2003-08-02Add a heuristic dissector list for SCTP.Guy Harris1-5/+28
2003-06-08fixed a typo.Michael Tüxen1-2/+2
2003-06-08The GCC 2.7.2.3 in FreeBSD 3.4, at least, requiresGuy Harris1-8/+8
2003-06-07fixed some typos.Michael Tüxen1-5/+5
2003-06-07- updated to support the newest version of supported IDs.Michael Tüxen1-1441/+1116
2003-04-22Eliminate the packet_info pointer argument from routines that don't useGuy Harris1-30/+28
2003-04-22- handle the col_set_fence stuff for upper layers.Michael Tüxen1-96/+15
2003-04-19- a 'quick hack' for col_set_fence support for better INOF column handling (a...Michael Tüxen1-55/+88
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-2/+2
2003-01-20Get rid of old ASAP PPID.Michael Tüxen1-2/+1
2003-01-15Don't have two entries for the official ASAP PPID, have one for it andGuy Harris1-2/+2
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-16/+3
2003-01-14From Anders Broman: some additional SCTP payload protocol IDs.Guy Harris1-1/+15
2003-01-13Fixed a typo.Michael Tüxen1-2/+2
2002-12-05Fixed a bug regarding the handling of correlation ids.Michael Tüxen1-6/+6
2002-12-04Added support for the Implementers Guide.Michael Tüxen1-3/+69
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-4/+4
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