Wireshark-commits: [Wireshark-commits] master 17828b5: [80211ac] Add partial beamforming support
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Feb 2015 16:10:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17828b523cc710e13bb9d16afb008a167fbfc32f
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

17828b5 by Anish Bhatt (anish@xxxxxxxxxxx):

    [80211ac] Add partial beamforming support
    
    Adds support to decode beamforming report, but actual beamforming
    matrices are not decoded. Requires bit level manipulation of varying lengths
    of data which is not currently supported, and section spec only seems to
    mention size and contents, not representation
    
    Bug 10169
    Change-Id: Icc2188b79f95b5e38b64ded348b7a0696b5504ed
    Reviewed-on: https://code.wireshark.org/review/7111
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  7fee7df   [Diameter] Use proto_tree_add_bitmask() to add the diameter flags.
    adds  17828b5   [80211ac] Add partial beamforming support


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