aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sctpppids.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@wireshark.org>2014-08-23 12:44:31 +0200
committerMichael Tüxen <tuexen@wireshark.org>2014-08-23 12:09:56 +0000
commit59b750c08781318a51bd86c292059d49aa90a892 (patch)
treed55877b58f920d5598bd2459224c8b8d1527f839 /epan/sctpppids.h
parent2068b317556323ede3ce9c99e5be00cdecb4c24e (diff)
Update the SCTP PPIDs.
Change-Id: I0b34e544d4332f2b5d8dcc287861636db86ac1b9 Reviewed-on: https://code.wireshark.org/review/3801 Petri-Dish: Michael Tüxen <tuexen@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
Diffstat (limited to 'epan/sctpppids.h')
-rw-r--r--epan/sctpppids.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/epan/sctpppids.h b/epan/sctpppids.h
index 6dec3d4e8b..995c3bc864 100644
--- a/epan/sctpppids.h
+++ b/epan/sctpppids.h
@@ -81,11 +81,13 @@
#define DIAMETER_DTLS_PROTOCOL_ID 47
#define R14P_BER_PROTOCOL_ID 48
/* Unassigned 49 */
-#define WEBRTC_CONTROL_PAYLOAD_PROTOCOL_ID 50
-#define WEBRTC_DOMSTRING_LAST_PAYLOAD_PROTOCOL_ID 51
-#define WEBRTC_BINARY_DATA_PARTIAL_PAYLOAD_PROTOCOL_ID 52
-#define WEBRTC_BINARY_DATA_LAST_PAYLOAD_PROTOCOL_ID 53
-#define WEBRTC_DOMSTRING_PARTIAL_PAYLOAD_PROTOCOL_ID 54
-#define TGPP_PUA_PAYLOAD_PROTOCOL_ID 55
+#define WEBRTC_DCEP_PROTOCOL_ID 50
+#define WEBRTC_STRING_PAYLOAD_PROTOCOL_ID 51
+#define WEBRTC_BINARY_PARTIAL_PAYLOAD_PROTOCOL_ID 52
+#define WEBRTC_BINARY_PAYLOAD_PROTOCOL_ID 53
+#define WEBRTC_STRING_PARTIAL_PAYLOAD_PROTOCOL_ID 54
+#define PROTO_3GPP_PUA_PAYLOAD_PROTOCOL_ID 55
+#define WEBRTC_STRING_EMPTY_PAYLOAD_PROTOCOL_ID 56
+#define WEBRTC_BINARY_EMPTY_PAYLOAD_PROTOCOL_ID 57
#endif /* sctpppids.h */