URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c62601f7a19f5ae8e7c4fa8f6b894e11f8769d49
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
c62601f 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>
Actions performed:
from 4373198 [Automatic update for 2015-06-28]
adds c62601f 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(-)