Fix shortening error introduced by commit f28e23f1
authorGraham Bloice <graham.bloice@trihedral.com>
Sun, 4 Oct 2015 12:35:01 +0000 (13:35 +0100)
committerGraham Bloice <graham.bloice@trihedral.com>
Sun, 4 Oct 2015 14:52:42 +0000 (14:52 +0000)
Change-Id: I6cab511f65a8ec89e7fa05cdacc9bb11ca0901ce
Reviewed-on: https://code.wireshark.org/review/10779
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
epan/dissectors/packet-ixveriwave.c

index 99d09bf9b369551bc75e4cfb9a0e5cc2b55f690d..c3a453c415188c14d42073981c59f99259f7cc2d 100644 (file)
@@ -685,9 +685,9 @@ wlantap_dissect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tree
     guint       i;
 
     proto_tree *vweft, *vw_errorFlags_tree = NULL, *vwift,*vw_infoFlags_tree = NULL;
-    guint16     vw_flags, vw_chanflags, vw_info, vw_ht_length, vht_grp_id, vht_su_partial_id, vw_rflags;
+    guint16     vw_flags, vw_chanflags, vw_info, vw_ht_length, vht_su_partial_id, vw_rflags;
     guint32     vw_errors;
-    guint8      vht_grp_id1, vht_grp_id2, vht_su_nsts,vht_beamformed,vht_user_pos,vht_u0_nsts,vht_u1_nsts,vht_u2_nsts,vht_u3_nsts,vht_su_partial_id1,vht_su_partial_id2;
+    guint8      vht_grp_id1, vht_grp_id2, vht_grp_id, vht_su_nsts,vht_beamformed,vht_user_pos,vht_u0_nsts,vht_u1_nsts,vht_u2_nsts,vht_u3_nsts,vht_su_partial_id1,vht_su_partial_id2;
 
     ifg_info   *p_ifg_info;
     proto_item *ti;