802.11: don't not showing all 11k subelement fields

Missing break for Measurement Report tag

Ping-Bug:11101
Change-Id: I570088f1eed756d541be74539774295eb67c2d47
Reviewed-on: https://code.wireshark.org/review/7969
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-04-07 12:11:26 +02:00
parent 862b16b3d3
commit 9e724f7645
1 changed files with 1 additions and 0 deletions

View File

@ -14931,6 +14931,7 @@ add_tagged_field(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset
expert_add_info(pinfo, tix, &ei_ieee80211_tag_measure_report_unknown);
}
}
break;
case TAG_QUIET: /* 7.3.2.23 Quiet element (40) */
if (tag_len != 6)