aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vines.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:12:09 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:12:09 +0000
commit826595c5b53bf26e7c14ffd8bf0ca1d05e3b55fe (patch)
tree840b9bd2ab25a3535c35b49fc32c74e3c6bd6c0f /epan/dissectors/packet-vines.c
parentccc3e2f4d90e1730ee18a0bb31437f195911515e (diff)
Removed an unused variable.
svn path=/trunk/; revision=30884
Diffstat (limited to 'epan/dissectors/packet-vines.c')
-rw-r--r--epan/dissectors/packet-vines.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-vines.c b/epan/dissectors/packet-vines.c
index a0b2022bee..9d36ea43ef 100644
--- a/epan/dissectors/packet-vines.c
+++ b/epan/dissectors/packet-vines.c
@@ -290,7 +290,6 @@ dissect_vines_ip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_item *ti;
const guint8 *dst_addr, *src_addr;
gboolean is_broadcast = FALSE;
- int hops = 0;
tvbuff_t *next_tvb;
col_set_str(pinfo->cinfo, COL_PROTOCOL, "Vines IP");
@@ -321,7 +320,6 @@ dissect_vines_ip(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
/* helpers to transport control */
if (memcmp(viph.vip_dst, bcast_addr, VINES_ADDR_LEN) == 0)
is_broadcast = TRUE;
- hops = viph.vip_tctl & 0xf;
/*
* Adjust the length of this tvbuff to include only the Vines IP