aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sctpppids.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-17 07:42:32 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-17 07:42:32 +0000
commit3d237978574d193eb823bce1fb101f1cdce666f1 (patch)
tree93bafbe446aed83bfac971db2e4a8a2b9200680b /epan/sctpppids.h
parentaa07b44073cdd2a9ba46e2ec35bb57d67b31f0c1 (diff)
Separate out/update comment block.
Update IANA assignments. Use available checksum routines. Some cleanup and use of convenience macros. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34922 f5534014-38df-0310-8fa8-9805f1628bb7
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 */