aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-messaging.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 03:58:25 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 03:58:25 +0000
commit2ab0ae715607bcf9306a7878939758b3b2e4e348 (patch)
treef158562101a92bd703fc3832332353612ee7c924 /packet-aim-messaging.c
parentd03c2bd0f090d8eba83a26600a3d2fe41d114945 (diff)
From Devin Heitmueller: Fix some compilation warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11103 f5534014-38df-0310-8fa8-9805f1628bb7
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;