aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-08 08:58:55 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-08 08:58:55 +0000
commit488f1216ad8ab1caf6048fcc5aaad5620810b7b3 (patch)
tree8e4918c8d9df75b01986f84a9168d2fbdd9a4397 /packet-ncp2222.inc
parent7a9e5ffc0b4a65a520da27164e1ee7c194b32cdd (diff)
Make some variables unsigned to remove some compiler warnings.
svn path=/trunk/; revision=6377
Diffstat (limited to 'packet-ncp2222.inc')
-rw-r--r--packet-ncp2222.inc6
1 files changed, 3 insertions, 3 deletions
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 <gram@alumni.rice.edu>
* Modified to decode NDS packets by Greg Morris <gmorris@novell.com>
*
- * $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 <gerald@ethereal.com>
@@ -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;