aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-6/+6
2004-05-08Fixed problems of handling PkTDRP chunks.tuexen1-23/+25
2004-05-04Clean up some variable names.tuexen1-5/+5
2004-04-29Fixed a typo reported by Berward Meyknecht.tuexen1-3/+3
2004-04-26- added a hidden field sctp.initiate_tagtuexen1-27/+43
2004-03-23Add tap functionality.tuexen1-18/+54
2004-03-19Fixed a typo: sctp.verfication_tag -> sctp.verification_tagtuexen1-2/+2
2003-10-03- Fixed a typo.tuexen1-3/+3
2003-09-21Remove a bunch of duplicate semicolons.gerald1-4/+4
2003-09-05Add SCTP tunneling.tuexen1-1/+3
2003-09-02Fixed a bug regarding the summary of in/outbound streams in INIT/INIT-ACK chu...tuexen1-5/+5
2003-08-26Note that the SCTP CRC-32c is not the same as the AUTODIN/HDLC/802.xguy1-1/+9
2003-08-06Don't trust the payload length in SCTP DATA chunks to be bigger than theguy1-28/+38
2003-08-02Add a heuristic dissector list for SCTP.guy1-5/+28
2003-06-08fixed a typo.tuexen1-2/+2
2003-06-08The GCC 2.7.2.3 in FreeBSD 3.4, at least, requiresguy1-8/+8
2003-06-07fixed some typos.tuexen1-5/+5
2003-06-07- updated to support the newest version of supported IDs.tuexen1-1441/+1116
2003-04-22Eliminate the packet_info pointer argument from routines that don't useguy1-30/+28
2003-04-22- handle the col_set_fence stuff for upper layers.tuexen1-96/+15
2003-04-19- a 'quick hack' for col_set_fence support for better INOF column handling (a...tuexen1-55/+88
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy1-2/+2
2003-01-20Get rid of old ASAP PPID.tuexen1-2/+1
2003-01-15Don't have two entries for the official ASAP PPID, have one for it andguy1-2/+2
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.guy1-16/+3
2003-01-14From Anders Broman: some additional SCTP payload protocol IDs.guy1-1/+15
2003-01-13Fixed a typo.tuexen1-2/+2
2002-12-05Fixed a bug regarding the handling of correlation ids.tuexen1-6/+6
2002-12-04Added support for the Implementers Guide.tuexen1-3/+69
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-4/+4
2002-10-17Fixed a bug on 64 bit machines in the CRC32C algorithm. Thanks totuexen1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-351/+351
2002-07-10From Michael Tuexen:guy1-32/+16
2002-06-28From Michael Tuexen: update to match the latest I-Ds for two extensions:guy1-8/+40
2002-06-08When looking for dissectors for the source and destination port numbersguy1-17/+44
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.guy1-2/+2
2002-05-18From Michael Tuexen: updates to later IETF drafts:guy1-141/+52
2002-04-16From Michael Tuexen: add missing support for the T-Bit in ABORT chunks.guy1-19/+31
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.guy1-63/+63
2002-03-03From Michael Tuexen: report the type of an unrecognized parameter.guy1-3/+5
2002-03-02From Michael Tuexen: update the CRC32 checksum code to matchguy1-4/+13
2002-02-02From Michael Tuexen:guy1-8/+16
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-20Editorial change, from Michael Tuexen.guy1-5/+5
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-21/+21
2002-01-15Make the label for the SCTP checksum type preference item indicate thatguy1-2/+4
2002-01-15From Michael Tuexen:guy1-48/+206
2001-12-19From Michael Tuexen - SCTP updates:guy1-83/+493
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-36/+36
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-3/+5