From b9222c0011e362d2ba9895af4eaef04a3d72c8c6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 18 Jun 2001 01:49:17 +0000 Subject: Various signed vs. unsigned fixes, from Joerg Mayer. svn path=/trunk/; revision=3560 --- packet-afs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-afs.c') diff --git a/packet-afs.c b/packet-afs.c index dda21efef7..0394989a9f 100644 --- a/packet-afs.c +++ b/packet-afs.c @@ -8,7 +8,7 @@ * Portions based on information/specs retrieved from the OpenAFS sources at * www.openafs.org, Copyright IBM. * - * $Id: packet-afs.c,v 1.31 2001/05/27 05:00:17 guy Exp $ + * $Id: packet-afs.c,v 1.32 2001/06/18 01:49:16 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -427,7 +427,7 @@ static int dissect_acl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset) { int old_offset; - guint32 bytes; + gint32 bytes; int i, n, pos, neg, acl; char user[128]; /* Be sure to adjust sscanf()s below if length is changed... */ -- cgit v1.2.3