From 488f1216ad8ab1caf6048fcc5aaad5620810b7b3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 8 Oct 2002 08:58:55 +0000 Subject: Make some variables unsigned to remove some compiler warnings. svn path=/trunk/; revision=6377 --- packet-ncp2222.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packet-ncp2222.inc') diff --git a/packet-ncp2222.inc b/packet-ncp2222.inc index 1154b1a392..a35c6bd66f 100644 --- a/packet-ncp2222.inc +++ b/packet-ncp2222.inc @@ -8,7 +8,7 @@ * Gilbert Ramirez * Modified to decode NDS packets by Greg Morris * - * $Id: packet-ncp2222.inc,v 1.22 2002/09/26 02:08:21 jmayer Exp $ + * $Id: packet-ncp2222.inc,v 1.23 2002/10/08 08:58:55 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1966,7 +1966,7 @@ return; static guint32 print_es_type(proto_tree *estree, tvbuff_t *tvb, nds_val *values, guint32 vtype, guint32 ioffset) { - gint value1; + guint32 value1; guint32 value2; guint32 value3; guint32 value4; @@ -2394,7 +2394,7 @@ process_multivalues(proto_tree *ncp_tree, tvbuff_t *tvb, nds_val *values) guint8 i; guint8 r; guint32 ioffset = 0; - gint value1 = 0; + guint32 value1 = 0; guint32 value2 = 0; guint8 value3 = 0; guint32 value4 = 0; -- cgit v1.2.3