aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sctpppids.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-17 07:42:32 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-17 07:42:32 +0000
commit62067368a0bc8dd3ac966d17b8a44d7c53061787 (patch)
tree93bafbe446aed83bfac971db2e4a8a2b9200680b /epan/sctpppids.h
parentb310bbf4d06a45c13e49ef1820a2f5b5d4f3dfed (diff)
Separate out/update comment block.
Update IANA assignments. Use available checksum routines. Some cleanup and use of convenience macros. svn path=/trunk/; revision=34922
Diffstat (limited to 'epan/sctpppids.h')
-rw-r--r--epan/sctpppids.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/sctpppids.h b/epan/sctpppids.h
index 2fff6eec8a..8eb5bfb647 100644
--- a/epan/sctpppids.h
+++ b/epan/sctpppids.h
@@ -28,7 +28,7 @@
/*
* SCTP payload protocol IDs.
* Based on http://www.iana.org/assignments/sctp-parameters
- * as of October 28th, 2009
+ * as of November 10th, 2010
*/
#define NOT_SPECIFIED_PROTOCOL_ID 0
#define IUA_PAYLOAD_PROTOCOL_ID 1
@@ -61,5 +61,7 @@
#define IRCP_PAYLOAD_PROTOCOL_ID 28
#define LCS_AP_PAYLOAD_PROTOCOL_ID 29
#define MPICH2_PAYLOAD_PROTOCOL_ID 30
+#define SABP_PAYLOAD_PROTOCOL_ID 31
+
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */