aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.h
AgeCommit message (Collapse)AuthorFilesLines
2015-10-05SCTP I-DATA supportruengeler1-0/+2
Change-Id: I459942b9e3287d500dda517568252d4cb56d3216 Reviewed-on: https://code.wireshark.org/review/10802 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Michael Tüxen <tuexen@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-3/+3
... to ensure that there are no potential issues with respect to editors limiting the number of lines scanned at the end of the file when checking for editor modelines. Change-Id: Ic85cbb108bb5159d6ec4116fea11f5eebb4e44a4 Reviewed-on: https://code.wireshark.org/review/4688 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
Change-Id: Id57d264299f2026d703c5b08bace4b24b32f184c Reviewed-on: https://code.wireshark.org/review/4371 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-1/+2
(Copyright or info about file...) Change-Id: I90ba8b1c3ec8406b0c3365a69a8555837fc4bbb1 Reviewed-on: https://code.wireshark.org/review/515 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-06Add assoc_index to the properties that can be filtered.Irene Rüngeler1-0/+2
Find the association for each packet. svn path=/trunk/; revision=53810
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
svn path=/trunk/; revision=52591
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
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