aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-02Use brackets instead of parentheses for the checksum info, which is generated.Michael Tüxen1-8/+8
2005-06-17Add support for draft-ietf-tsvwg-sctp-auth-00.txt.Michael Tüxen1-11/+104
2005-05-05Re-parenthesize an expression, to squelch a compiler warning.Guy Harris1-2/+4
2005-05-02Provide an indication to taps if the verification tag is reflected.Michael Tüxen1-4/+9
2005-05-01Fix chunk length handling. Go back to initial concept thatMichael Tüxen1-36/+38
2005-03-30Fix the handling of the length parameter in the DATA chunk.Michael Tüxen1-8/+6
2005-03-26Update the URL for draft-stewart-sctp-pktdrprep to the -02 draft.Guy Harris1-93/+122
2005-03-26buildbot bugfix: another (un-)signed oneUlf Lamping1-1/+1
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen1-5/+1
2005-03-05Enable details in protocol tree by default like TCP and UDP.Michael Tüxen1-2/+2
2005-02-25Show prot numbers in protocol tree, if wanted. Suggested by Jeff Morris.Michael Tüxen1-3/+40
2005-02-04Add detection of zero checksum.Michael Tüxen1-1/+3
2004-10-13Make sure that the IPv4 and IPv6 address parameters are always processed to s...Michael Tüxen1-26/+36
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen1-1/+16
2004-09-06Renamed the T-Bit in ABORT and SHUTDOWN-COMPLETE chunks as in the upcoming IG.Michael Tüxen1-9/+12
2004-08-02Fixed the handling of PKTDRPREP when there is no included packet.Michael Tüxen1-27/+17
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2292