From 186683631f686531ba953bd3a59ca904da8efca5 Mon Sep 17 00:00:00 2001 From: Lars Roland Date: Tue, 8 Feb 2005 21:12:54 +0000 Subject: use "guint" instead of "uint". "uint" is not available on Windows svn path=/trunk/; revision=13357 --- epan/dissectors/packet-rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-rtp.c') 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; -- cgit v1.2.3