aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-messaging.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-06-04 03:58:25 +0000
committerGerald Combs <gerald@wireshark.org>2004-06-04 03:58:25 +0000
commiteae8fb933a7c01253f3e8f3393aac41cc19094ea (patch)
treef158562101a92bd703fc3832332353612ee7c924 /packet-aim-messaging.c
parentc2df0767646984bcdb788fe8e72c02edfae3bfca (diff)
From Devin Heitmueller: Fix some compilation warnings.
svn path=/trunk/; revision=11103
Diffstat (limited to 'packet-aim-messaging.c')
-rw-r--r--packet-aim-messaging.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-aim-messaging.c b/packet-aim-messaging.c
index 19b4f6b25c..b5da6fce55 100644
--- a/packet-aim-messaging.c
+++ b/packet-aim-messaging.c
@@ -4,7 +4,7 @@
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
* Copyright 2004, Devin Heitmueller <dheitmueller@netilla.com>
*
- * $Id: packet-aim-messaging.c,v 1.9 2004/06/03 04:19:38 guy Exp $
+ * $Id: packet-aim-messaging.c,v 1.10 2004/06/04 03:58:25 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -143,8 +143,6 @@ static int dissect_aim_messaging(tvbuff_t *tvb, packet_info *pinfo,
{
guint8 buddyname_length = 0;
char buddyname[MAX_BUDDYNAME_LENGTH + 1];
- gint msg_length;
- guchar msg[1000];
int offset = 0;
struct aiminfo *aiminfo = pinfo->private_data;
proto_item *ti = NULL;