Wireshark-commits: [Wireshark-commits] master 053b98c: ieee80211: Stop element parsing after MIC el
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=053b98cfdfeb06cffc85319bba6fc5ef361fc5a9
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
053b98c by Cedric Izoard (cedric.izoard@xxxxxxxxxxxx):
ieee80211: Stop element parsing after MIC element
MIC element is used in Authenticated Mesh Peering Exchange (AMPE)
frames.
The content of the frame after the MIC element is encrypted and
authenticated so don't try to parse it as normal 802.11 element.
Bug: 15499
Change-Id: Iaede048e1c30c5f980e98afb87b099bca531d3d0
Depends-On: I20e7f1e5779934e19464ad86666bfec8ded939e0
Reviewed-on: https://code.wireshark.org/review/32027
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 91658a4 ieee80211: Add parsing for MIC element
add 053b98c ieee80211: Stop element parsing after MIC element
Summary of changes:
epan/dissectors/packet-ieee80211.c | 13 +++++++++++++
1 file changed, 13 insertions(+)