URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7e6b02966db2c1e346b288ccd6e802a9200de5a8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7e6b029 by Guy Harris (guy@xxxxxxxxxxxx):
Bug 9586 says bit 0x00000100 in the "802.11n flags" means "802.11ac".
Also, the 0x00000100 flag is "MCS index used", if a dissection of an
802.11n frame by OmniPeek is to be believed and if the "802.11n flags"
have the same meaning in Peek tagged files and in the Peek remote
protocol.
Rename that field to "extended flags", as it's not just for 802.11n, add
the "802.11ac" flag, and rename the "future use" flag.
Change-Id: I605622801450d5d114c3c971c98960b198346bdd
Reviewed-on: https://code.wireshark.org/review/4968
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 0a5d6a1 MAUSB: fix warning: no previous prototype for 'proto_register_wfa_oui' [-Wmissing-prototypes]
adds 7e6b029 Bug 9586 says bit 0x00000100 in the "802.11n flags" means "802.11ac".
Summary of changes:
epan/dissectors/packet-peekremote.c | 102 ++++++++++++++++++-----------------
1 file changed, 54 insertions(+), 48 deletions(-)