URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=276299531692afc09c7610a7837d74312969bfc0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2762995 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.
Change-Id: I7ffd1b0e79e45fee526305846aadca04eb135b11
Reviewed-on: https://code.wireshark.org/review/9205
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from ad18161 The two bits of NESS are numbers, not Booleans.
adds 2762995 If we don't know whether STBC is being used, we don't know NSTS.
Summary of changes:
epan/dissectors/packet-ieee80211-radio.c | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)