Wireshark-commits: [Wireshark-commits] master 91658a4: ieee80211: Add parsing for MIC element

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Feb 2019 18:18:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=91658a48ff6aaad7056a6583ed89ea31e2438889
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

91658a4 by Cedric Izoard (cedric.izoard@xxxxxxxxxxxx):

    ieee80211: Add parsing for MIC element
    
    Although the element is simply called MIC it is only used during a
    mesh peering exchange (at least as of 802.11-2016) that's why I
    associated it to field wlan.mesh.mic
    
    Bug: 15499
    Change-Id: I20e7f1e5779934e19464ad86666bfec8ded939e0
    Depens-On: Ibad4fd77d43542ef867ac2a8ad9f186a1dd6c0f0
    Reviewed-on: https://code.wireshark.org/review/32026
    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  1dc700d   dcom: remove unused header
     add  91658a4   ieee80211: Add parsing for MIC element


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)