aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-29 08:20:18 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-29 08:20:18 +0000
commit403bd4b28891af5e769d4f17842455f21603a6d1 (patch)
tree53112d7b0bd3805cf4f0a1184361d95493a61129 /packet-mip.c
parented526f967672cf2a21c234e859b287f3ec701e27 (diff)
Removal (or, at least, #ifdeffing out) of unused variables and
functions, from David Frascone. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5288 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-mip.c')
-rw-r--r--packet-mip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-mip.c b/packet-mip.c
index fee40ead6a..51ba305722 100644
--- a/packet-mip.c
+++ b/packet-mip.c
@@ -2,7 +2,7 @@
* Routines for Mobile IP dissection
* Copyright 2000, Stefan Raab <sraab@cisco.com>
*
- * $Id: packet-mip.c,v 1.27 2002/01/24 09:20:49 guy Exp $
+ * $Id: packet-mip.c,v 1.28 2002/04/29 08:20:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -275,8 +275,6 @@ dissect_mip( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 flags;
nstime_t ident_time;
size_t offset=0;
- tvbuff_t *extensions_tvb;
- size_t dataRemaining;
/* Make entries in Protocol column and Info column on summary display */