Wireshark-commits: [Wireshark-commits] master 8aaf42d: If we don't know whether STBC is being used,
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 28 Jun 2015 17:29:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8aaf42d2b11b993d54283a5944841813a06881d5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8aaf42d by Guy Harris (guy@xxxxxxxxxxxx):

    If we don't know whether STBC is being used, we don't know NSTS.
    
    If we don't know whether space-time block coding is being used, we don't
    know the number of space-time streams, so don't try to calculate it and
    don't put it into the protocol tree.
    
    Mark it as generated, while we're at it, as it's not a value from the
    radiotap header, and make it a guint.
    
    Change-Id: Ib0b14f2f4f94e042d034311e10bb96b9b29a9d3e
    Reviewed-on: https://code.wireshark.org/review/9206
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2762995   If we don't know whether STBC is being used, we don't know NSTS.
    adds  8aaf42d   If we don't know whether STBC is being used, we don't know NSTS.


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