aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sctp.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-2292/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-6/+6
* Fixed problems of handling PkTDRP chunks.Michael Tüxen2004-05-081-23/+25
* Clean up some variable names.Michael Tüxen2004-05-041-5/+5
* Fixed a typo reported by Berward Meyknecht.Michael Tüxen2004-04-291-3/+3
* - added a hidden field sctp.initiate_tagMichael Tüxen2004-04-261-27/+43
* Add tap functionality.Michael Tüxen2004-03-231-18/+54
* Fixed a typo: sctp.verfication_tag -> sctp.verification_tagMichael Tüxen2004-03-191-2/+2
* - Fixed a typo.Michael Tüxen2003-10-031-3/+3
* Remove a bunch of duplicate semicolons.Gerald Combs2003-09-211-4/+4
* Add SCTP tunneling.Michael Tüxen2003-09-051-1/+3
* Fixed a bug regarding the summary of in/outbound streams in INIT/INIT-ACK chu...Michael Tüxen2003-09-021-5/+5
* Note that the SCTP CRC-32c is not the same as the AUTODIN/HDLC/802.xGuy Harris2003-08-261-1/+9
* Don't trust the payload length in SCTP DATA chunks to be bigger than theGuy Harris2003-08-061-28/+38
* Add a heuristic dissector list for SCTP.Guy Harris2003-08-021-5/+28
* fixed a typo.Michael Tüxen2003-06-081-2/+2
* The GCC 2.7.2.3 in FreeBSD 3.4, at least, requiresGuy Harris2003-06-081-8/+8
* fixed some typos.Michael Tüxen2003-06-071-5/+5
* - updated to support the newest version of supported IDs.Michael Tüxen2003-06-071-1441/+1116
* Eliminate the packet_info pointer argument from routines that don't useGuy Harris2003-04-221-30/+28
* - handle the col_set_fence stuff for upper layers.Michael Tüxen2003-04-221-96/+15
* - a 'quick hack' for col_set_fence support for better INOF column handling (a...Michael Tüxen2003-04-191-55/+88
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-311-2/+2
* Get rid of old ASAP PPID.Michael Tüxen2003-01-201-2/+1
* Don't have two entries for the official ASAP PPID, have one for it andGuy Harris2003-01-151-2/+2
* From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris2003-01-141-16/+3
* From Anders Broman: some additional SCTP payload protocol IDs.Guy Harris2003-01-141-1/+15
* Fixed a typo.Michael Tüxen2003-01-131-2/+2
* 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