aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-20 07:11:57 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-20 07:11:57 +0000
commitc10166c5d06ec84a8a8e28741c1bc36f083b1f80 (patch)
tree774683352b465b8a59a602b6337dc331e3983959 /packet-ip.c
parentc766c6c8bd2e2d90ba69f8fa3755b67d93f32a00 (diff)
Get rid of some unused variables.
svn path=/trunk/; revision=3744
Diffstat (limited to 'packet-ip.c')
-rw-r--r--packet-ip.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ip.c b/packet-ip.c
index 91a01d5be7..dc36acaf10 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.139 2001/06/29 09:46:52 guy Exp $
+ * $Id: packet-ip.c,v 1.140 2001/07/20 07:11:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -793,7 +793,6 @@ dissect_ip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *ti, *tf;
int offset = 0;
guint hlen, optlen, len;
- int padding;
guint16 flags;
guint8 nxt;
guint16 ipsum;