Wireshark-commits: [Wireshark-commits] master-2.0 62e5593: The "coding" subfield of the VHT field i
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Jun 2016 00:42:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=62e5593e1bcf3fa41237e0e16bce0e51b784e713
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

62e5593 by Guy Harris (guy@xxxxxxxxxxxx):

    The "coding" subfield of the VHT field is a bitmask.
    
    Treat it as such.  Fetch it once, regardless of whether we have any
    non-zero NSS values or not, and use the per-user NSS value to decide
    whether a particular bit in the bitmask is valid and worth displaying.
    
    Make the four coding fields bitfields, with the appropriate bit.
    
    Change-Id: Ia7c1d01309f168bb07922ce7c2f9d07812177f68
    Reviewed-on: https://code.wireshark.org/review/16156
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3e78a8f   [Automatic update for 2016-06-26]
    adds  62e5593   The "coding" subfield of the VHT field is a bitmask.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)