aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-02-08 21:12:54 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-02-08 21:12:54 +0000
commit186683631f686531ba953bd3a59ca904da8efca5 (patch)
tree42c652e3ff5967566f10a96a76f8cf17cb4116ad /epan/dissectors/packet-rtp.c
parent83c47dc3d649453278cfaf5300ec03b5995a4342 (diff)
use "guint" instead of "uint".
"uint" is not available on Windows svn path=/trunk/; revision=13357
Diffstat (limited to 'epan/dissectors/packet-rtp.c')
-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;