Wireshark-commits: [Wireshark-commits] master aff087a: Handle the MCS index in Peek tagged files.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 30 Oct 2014 00:09:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aff087af98ec27eced9bf19e3c72278365096a56
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aff087a by Guy Harris (guy@xxxxxxxxxxxx):

    Handle the MCS index in Peek tagged files.
    
    Use the "MCS index used" extended flag bit to indicate whether the "data
    rate or MCS index" field is a data rate or MCS index.
    
    Display the MCS index value if it's present.
    
    (More to come - MCS indices, plus other information, should be used to
    calculate the data rate for 11n and beyond.)
    
    Get rid of the hdr_info_t structure while we're at it; just use local
    variables for each of the fields.
    
    Change-Id: I546f53a8ebd89078d5f23e1290557b97348aff38
    Reviewed-on: https://code.wireshark.org/review/4988
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8165448   Expand the 802.11 pseudo-header and support new radio metadata.
    adds  aff087a   Handle the MCS index in Peek tagged files.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c |   10 ++++
 wiretap/peektagged.c                     |   87 +++++++++++++++++-------------
 wiretap/wtap.h                           |    4 +-
 3 files changed, 61 insertions(+), 40 deletions(-)