aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcdc.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2013-09-22 17:16:02 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2013-09-22 17:16:02 +0000
commit9175c79ac1dbde4692b0992f36eb0b3f7cf2f227 (patch)
treec4752da620d3b2fd8645cf738aeba770b5119156 /epan/dissectors/packet-rtcdc.c
parenta0c53ffaa1bb46d8c9db2ec739401aa411c9790e (diff)
Update SCTP PPIDs and use newly assigned value.
svn path=/trunk/; revision=52175
Diffstat (limited to 'epan/dissectors/packet-rtcdc.c')
-rw-r--r--epan/dissectors/packet-rtcdc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtcdc.c b/epan/dissectors/packet-rtcdc.c
index 7f33569d94..e1c053ead7 100644
--- a/epan/dissectors/packet-rtcdc.c
+++ b/epan/dissectors/packet-rtcdc.c
@@ -38,11 +38,12 @@
#include <epan/expert.h>
#include <epan/packet.h>
#include <epan/prefs.h>
+#include <epan/sctpppids.h>
void proto_reg_handoff_rtcdc(void);
/* PPID used for this protocol */
-static guint32 rtcdc_ppid = 50;
+static guint32 rtcdc_ppid = WEBRTC_CONTROL_PAYLOAD_PROTOCOL_ID;
/* Initialize the protocol and registered fields */
static int proto_rtcdc = -1;