aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtcdc.c
diff options
context:
space:
mode:
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;