aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-07-07 13:45:51 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-07-07 12:36:50 +0000
commita908cf07caf2557a594183652351bc555097f352 (patch)
treef4cc2d5e4cd3646097a602293d7463890d3046c9 /epan
parent30d82a423e3be1125ddb6bfe0a3e9199c1412386 (diff)
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 <pascal.quantin@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ixveriwave.c6
1 files 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 <tcook@ixiacom.com>
@@ -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++;