aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sctpppids.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-23Update the SCTP PPIDs.Michael Tüxen1-6/+8
Change-Id: I0b34e544d4332f2b5d8dcc287861636db86ac1b9 Reviewed-on: https://code.wireshark.org/review/3801 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-03-01Add the PPID for 3GPP Pua. Move the (unregistered) M2TP PPID into that ↵Jeff Morriss1-5/+7
dissector. Also put a note in sctpppids.h saying that only IANA-registered PPIDs should go in that file. Inspired by the rejection of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4332 Change-Id: I763aad7d1b69e9d36c798061473438ce3cb66ca1 Reviewed-on: https://code.wireshark.org/review/434 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com> Tested-by: Anders Broman <a.broman58@gmail.com>
2013-09-22Update SCTP PPIDs and use newly assigned value.Michael Tüxen1-50/+56
svn path=/trunk/; revision=52175
2012-08-14Update SCTP PPIDs.Michael Tüxen1-0/+3
This also fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7635 svn path=/trunk/; revision=44500
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-15Add support for SSH over SCTP.Michael Tüxen1-0/+1
svn path=/trunk/; revision=41556
2011-02-10Obtained from Thomas Dreibholz: Update SCTP PPIDs.Michael Tüxen1-2/+14
svn path=/trunk/; revision=35895
2010-11-17Separate out/update comment block.Jaap Keuter1-1/+3
Update IANA assignments. Use available checksum routines. Some cleanup and use of convenience macros. svn path=/trunk/; revision=34922
2010-06-14Update SCTP PPIDs.Michael Tüxen1-1/+3
svn path=/trunk/; revision=33225
2010-05-06Add PPID 28 IRCPAnders Broman1-0/+1
svn path=/trunk/; revision=32686
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman1-2/+5
svn path=/trunk/; revision=30744
2009-08-23Update list of PPIDs.Michael Tüxen1-19/+27
This fixes bug 3928. svn path=/trunk/; revision=29520
2009-03-03Use the SCTP ppid for S1AP.Anders Broman1-0/+1
svn path=/trunk/; revision=27585
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'sAnders Broman1-1/+2
for SCTP. svn path=/trunk/; revision=21927
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-04-05Update PPIDs to latest IANA regsitration status.Michael Tüxen1-0/+2
svn path=/trunk/; revision=17819
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-0/+47
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844