Wireshark-commits: [Wireshark-commits] master-1.10 c10155f: If we don't know whether STBC is being

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 28 Jun 2015 17:52:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c10155f24da0b8c95fa589070ed4d5df76da6faa
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

c10155f 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: If6e5db85948a61e92285a29d34a4da117dec55c7
    Reviewed-on: https://code.wireshark.org/review/9207
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit c62601f7a19f5ae8e7c4fa8f6b894e11f8769d49)
    Reviewed-on: https://code.wireshark.org/review/9208
    

Actions performed:

    from  d8174e9   [Automatic update for 2015-06-07]
    adds  c10155f   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(-)