Wireshark-commits: [Wireshark-commits] master d3f2d8c: ieee80211.c: "IEEE 802.11 plus Network Monit

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 7 Apr 2015 15:23:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d3f2d8ce4f0b20243853092f852b8bc82f722bb5
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d3f2d8c by Bill Meier (wmeier@xxxxxxxxxxx):

    ieee80211.c: "IEEE 802.11 plus Network Monitor radio header" encap: Fix dissection
    
    Specifically: Management/Control frames saved by Microsoft Netmon (3.4?)
    with "IEEE 802.11 plus Network Monitor radio header"  encapsulation
    may or may not be saved with an FCS.
    
    See Bug 11105.
    
    Fix: Use "check fcs" preference to specify whether Management & Control
    frames have an fcs for this encapsulation.
    
    Change-Id: Ibd0be7b4765c2df2b959cb2234aeed027266246b
    Reviewed-on: https://code.wireshark.org/review/7939
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  9e724f7   802.11: don't not showing all 11k subelement fields
    adds  d3f2d8c   ieee80211.c: "IEEE 802.11 plus Network Monitor radio header" encap: Fix dissection


Summary of changes:
 epan/dissectors/packet-ieee80211.c |    7 ++++---
 wiretap/netmon.c                   |   11 ++++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)