aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 801cbd79ee..adcfe3390e 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -116,7 +116,7 @@ static enum_val_t rtp_version0_types[] = {
{ "stun", "STUN packets", RTP0_STUN },
{ NULL, NULL, 0 }
};
-static uint global_rtp_version0_type = 0;
+static guint global_rtp_version0_type = 0;
static dissector_handle_t data_handle;