aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sctpppids.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-02-10 12:54:20 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-02-10 12:54:20 +0000
commit7154ed56896eefff35426215eb98db8ea6d4f31a (patch)
treec46801385c4ba57de660506673162f32da19b8e0 /epan/sctpppids.h
parent1ba57f4c04b4731b6a6d36f8e7a86ac6d73599a6 (diff)
Obtained from Thomas Dreibholz: Update SCTP PPIDs.
svn path=/trunk/; revision=35895
Diffstat (limited to 'epan/sctpppids.h')
-rw-r--r--epan/sctpppids.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/epan/sctpppids.h b/epan/sctpppids.h
index 8eb5bfb647..dbb4342c02 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 November 10th, 2010
+ * as of February 3rd, 2011
*/
#define NOT_SPECIFIED_PROTOCOL_ID 0
#define IUA_PAYLOAD_PROTOCOL_ID 1
@@ -62,6 +62,18 @@
#define LCS_AP_PAYLOAD_PROTOCOL_ID 29
#define MPICH2_PAYLOAD_PROTOCOL_ID 30
#define SABP_PAYLOAD_PROTOCOL_ID 31
-
+#define FGP_PAYLOAD_PROTOCOL_ID 32
+#define PPP_PAYLOAD_PROTOCOL_ID 33
+#define CALCAPP_PAYLOAD_PROTOCOL_ID 34
+#define SSP_PAYLOAD_PROTOCOL_ID 35
+#define NPMP_CTRL_PAYLOAD_PROTOCOL_ID 36
+#define NPMP_DATA_PAYLOAD_PROTOCOL_ID 37
+#define ECHO_PAYLOAD_PROTOCOL_ID 38
+#define DISCARD_PAYLOAD_PROTOCOL_ID 39
+#define DAYTIME_PAYLOAD_PROTOCOL_ID 40
+#define CHARGEN_PAYLOAD_PROTOCOL_ID 41
+#define PROTO_3GPP_RNA_PROTOCOL_ID 42
+#define PROTO_3GPP_M2AP_PROTOCOL_ID 43
+#define PROTO_3GPP_M3AP_PROTOCOL_ID 44
#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */