From a908cf07caf2557a594183652351bc555097f352 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Tue, 7 Jul 2015 13:45:51 +0200 Subject: [PATCH] ixveriwave: comment pcp_type variable as it is not used yet Change-Id: If4751f1044282579c8741b57579a5f2e8f9f393c Reviewed-on: https://code.wireshark.org/review/9535 Reviewed-by: Pascal Quantin --- epan/dissectors/packet-ixveriwave.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epan/dissectors/packet-ixveriwave.c b/epan/dissectors/packet-ixveriwave.c index d56c936002..49d9452014 100644 --- a/epan/dissectors/packet-ixveriwave.c +++ b/epan/dissectors/packet-ixveriwave.c @@ -1,4 +1,4 @@ -/* packet-ixveriwave-common.c +/* packet-ixveriwave.c * Routines for calling the right protocol for the ethertype. * * Tom Cook @@ -650,7 +650,7 @@ wlantap_dissect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree tvbuff_t *next_tvb; guint length; gint8 dbm; - guint8 plcp_type; + /*guint8 plcp_type;*/ guint8 mcs_index; guint8 nss; float phyRate; @@ -720,7 +720,7 @@ wlantap_dissect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree offset +=2; phyRate = (float)tvb_get_letohs(tvb, offset) / 10; offset +=2; - plcp_type = tvb_get_guint8(tvb, offset); + /*plcp_type = tvb_get_guint8(tvb, offset);*/ offset++; mcs_index = tvb_get_guint8(tvb, offset); offset++;