aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sctpppids.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-10-28 05:09:32 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-10-28 05:09:32 +0000
commitcd8924f759fe81d6dbf4d527d24d14dd34924972 (patch)
treeaee6e34c1c859dcdee03aaa7b3ddb0a50083b4c4 /epan/sctpppids.h
parentcb33ed4cd795aa89e9c6ea95891daf3a7ffba0e2 (diff)
Update SCTP ppids, fix a faulty #define.
svn path=/trunk/; revision=30744
Diffstat (limited to 'epan/sctpppids.h')
-rw-r--r--epan/sctpppids.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/sctpppids.h b/epan/sctpppids.h
index a9aba4567f..7149d3d15f 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 August 23rd, 2009
+ * as of October 28th, 2009
*/
#define NOT_SPECIFIED_PROTOCOL_ID 0
#define IUA_PAYLOAD_PROTOCOL_ID 1
@@ -54,6 +54,9 @@
#define FORCES_HP_PAYLOAD_PROTOCOL_ID 21
#define FORCES_MP_PAYLOAD_PROTOCOL_ID 22
#define FORCES_LP_PAYLOAD_PROTOCOL_ID 23
-#define SBC_AP_PAYLOAD_PROTOCOL_ID 23
+#define SBC_AP_PAYLOAD_PROTOCOL_ID 24
+#define NBAP_PAYLOAD_PROTOCOL_ID 25
+/* Unassigned 26 */
+#define X2AP_PAYLOAD_PROTOCOL_ID 27
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */