aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sctpppids.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2009-08-23 11:30:54 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2009-08-23 11:30:54 +0000
commit375f3550460afaedac0635f4b1b464dbfd3099b1 (patch)
tree053888100b7bf25ac3e731e38a478a0c7b24fe30 /epan/sctpppids.h
parent1a7b6733cd79e640af8ea897ae66892d23f40aa2 (diff)
downloadwireshark-375f3550460afaedac0635f4b1b464dbfd3099b1.tar.gz
wireshark-375f3550460afaedac0635f4b1b464dbfd3099b1.tar.bz2
wireshark-375f3550460afaedac0635f4b1b464dbfd3099b1.zip
Update list of PPIDs.
This fixes bug 3928. svn path=/trunk/; revision=29520
Diffstat (limited to 'epan/sctpppids.h')
-rw-r--r--epan/sctpppids.h46
1 files changed, 27 insertions, 19 deletions
diff --git a/epan/sctpppids.h b/epan/sctpppids.h
index ab965369b1..a9aba4567f 100644
--- a/epan/sctpppids.h
+++ b/epan/sctpppids.h
@@ -27,25 +27,33 @@
/*
* SCTP payload protocol IDs.
+ * Based on http://www.iana.org/assignments/sctp-parameters
+ * as of August 23rd, 2009
*/
-#define NOT_SPECIFIED_PROTOCOL_ID 0
-#define IUA_PAYLOAD_PROTOCOL_ID 1
-#define M2UA_PAYLOAD_PROTOCOL_ID 2
-#define M3UA_PAYLOAD_PROTOCOL_ID 3
-#define SUA_PAYLOAD_PROTOCOL_ID 4
-#define M2PA_PAYLOAD_PROTOCOL_ID 5
-#define V5UA_PAYLOAD_PROTOCOL_ID 6
-#define H248_PAYLOAD_PROTOCOL_ID 7
-#define BICC_PAYLOAD_PROTOCOL_ID 8
-#define TALI_PAYLOAD_PROTOCOL_ID 9
-#define DUA_PAYLOAD_PROTOCOL_ID 10
-#define ASAP_PAYLOAD_PROTOCOL_ID 11
-#define ENRP_PAYLOAD_PROTOCOL_ID 12
-#define H323_PAYLOAD_PROTOCOL_ID 13
-#define QIPC_PAYLOAD_PROTOCOL_ID 14
-#define SIMCO_PAYLOAD_PROTOCOL_ID 15
-#define DDP_SEG_CHUNK_PROTOCOL_ID 16
+#define NOT_SPECIFIED_PROTOCOL_ID 0
+#define IUA_PAYLOAD_PROTOCOL_ID 1
+#define M2UA_PAYLOAD_PROTOCOL_ID 2
+#define M3UA_PAYLOAD_PROTOCOL_ID 3
+#define SUA_PAYLOAD_PROTOCOL_ID 4
+#define M2PA_PAYLOAD_PROTOCOL_ID 5
+#define V5UA_PAYLOAD_PROTOCOL_ID 6
+#define H248_PAYLOAD_PROTOCOL_ID 7
+#define BICC_PAYLOAD_PROTOCOL_ID 8
+#define TALI_PAYLOAD_PROTOCOL_ID 9
+#define DUA_PAYLOAD_PROTOCOL_ID 10
+#define ASAP_PAYLOAD_PROTOCOL_ID 11
+#define ENRP_PAYLOAD_PROTOCOL_ID 12
+#define H323_PAYLOAD_PROTOCOL_ID 13
+#define QIPC_PAYLOAD_PROTOCOL_ID 14
+#define SIMCO_PAYLOAD_PROTOCOL_ID 15
+#define DDP_SEG_CHUNK_PROTOCOL_ID 16
#define DDP_STREAM_SES_CTRL_PROTOCOL_ID 17
-#define S1AP_PAYLOAD_PROTOCOL_ID 18
-#define M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
+#define S1AP_PAYLOAD_PROTOCOL_ID 18
+#define RUA_PAYLOAD_PROTOCOL_ID 19
+#define HNBAP_PAYLOAD_PROTOCOL_ID 20
+#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 M2TP_PAYLOAD_PROTOCOL_ID 99 /* s-link */
#endif /* sctpppids.h */