aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.h
AgeCommit message (Collapse)AuthorFilesLines
2007-02-09Add support for SCTP reassembly from Robin Seggelmann.Michael Tüxen1-1/+31
You must enable this feature via Edit/Preferences/Protocols/SCTP svn path=/trunk/; revision=20756
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-05-02Provide an indication to taps if the verification tag is reflected.Michael Tüxen1-0/+1
svn path=/trunk/; revision=14278
2005-03-20SCTP port numbers are 16 unsigned integers.Michael Tüxen1-2/+2
svn path=/trunk/; revision=13832
2005-03-20Put the ports and addresses into "struct _sctp_info", as the dissectorGuy Harris1-1/+6
fills them in. svn path=/trunk/; revision=13827
2005-02-04Add detection of zero checksum.Michael Tüxen1-0/+1
svn path=/trunk/; revision=13294
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+43
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410