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>
This commit is contained in:
Pascal Quantin 2015-07-07 13:45:51 +02:00
parent 30d82a423e
commit a908cf07ca
1 changed files with 3 additions and 3 deletions

View File

@ -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++;