aboutsummaryrefslogtreecommitdiffstats
path: root/packet-3g-a11.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 22:22:51 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 22:22:51 +0000
commit200e2a1e68637b183f6be312f21eed54c307f819 (patch)
tree9cf4d6de10502b8edbd65e4fef7389835ed12f00 /packet-3g-a11.c
parent99b00896d6c80fd02438fcf5e816866fbc42741a (diff)
Lars wrote gint16, not guint16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10319 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-3g-a11.c')
-rw-r--r--packet-3g-a11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-3g-a11.c b/packet-3g-a11.c
index 27747e65c4..13b14664fe 100644
--- a/packet-3g-a11.c
+++ b/packet-3g-a11.c
@@ -8,7 +8,7 @@
* Routines for Mobile IP dissection
* Copyright 2000, Stefan Raab <sraab@cisco.com>
*
- * $Id: packet-3g-a11.c,v 1.2 2004/03/05 22:17:09 jmayer Exp $
+ * $Id: packet-3g-a11.c,v 1.3 2004/03/05 22:22:51 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -435,7 +435,7 @@ dissect_a11_extensions( tvbuff_t *tvb, int offset, proto_tree *tree)
guint8 ext_subtype=0;
size_t hdrLen;
- guint16 apptype = -1;
+ gint16 apptype = -1;
/* None of this really matters if we don't have a tree */
if (!tree) return;