aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ieee80211.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-22 10:24:35 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-06-22 10:24:35 +0000
commit988aa659680f3b78a453e5a6632304907d512644 (patch)
tree154fe009749efa5629628cefa1c455a671c2c642 /packet-ieee80211.c
parent48124844e77bc3bd6a8c7d6f25070b48bfd4c89d (diff)
"uint" is defined on all platforms; use "guint" instead.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5735 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ieee80211.c')
-rw-r--r--packet-ieee80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ieee80211.c b/packet-ieee80211.c
index f4537c0918..f84b60b3aa 100644
--- a/packet-ieee80211.c
+++ b/packet-ieee80211.c
@@ -3,7 +3,7 @@
* Copyright 2000, Axis Communications AB
* Inquiries/bugreports should be sent to Johan.Jorgensen@axis.com
*
- * $Id: packet-ieee80211.c,v 1.68 2002/06/19 17:57:23 guy Exp $
+ * $Id: packet-ieee80211.c,v 1.69 2002/06/22 10:24:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2554,7 +2554,7 @@ static int wep_decrypt(guint8 *buf, guint32 len, int key_override) {
static void init_wepkeys(void) {
char *tmp, *tmp2;
guint8 *tmp3;
- uint i, j;
+ guint i, j;
#ifdef USE_ENV
guint8 buf[128];