URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f27e5d7d19027ddf8f29c5a6a321912e7c2f9dd
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9f27e5d by Mikael Kanstrup (mikael.kanstrup@xxxxxxxxx):
dumpcap: Add support for 802.11ac monitor modes
Add dumpcap support for configuring 80MHz, 80+80MHz, 160MHz monitor
modes via nl80211.
Change-Id: I2ae8955670c2a9b5051e2223d45ce522459f2c5f
Reviewed-on: https://code.wireshark.org/review/13964
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 7a1f75e ieee802154: fix Uninitialized argument value found by Clang Analyzer
adds 9f27e5d dumpcap: Add support for 802.11ac monitor modes
Summary of changes:
ConfigureChecks.cmake | 7 ++++
capchild/capture_sync.c | 3 +-
capchild/capture_sync.h | 1 +
caputils/ws80211_utils.c | 89 ++++++++++++++++++++++++++++++++++++++++---
caputils/ws80211_utils.h | 14 ++++++-
cmakeconfig.h.in | 3 ++
configure.ac | 6 +++
dumpcap.c | 25 ++++++++----
ui/gtk/main_80211_toolbar.c | 2 +-
ui/qt/wireless_frame.cpp | 5 ++-
10 files changed, 136 insertions(+), 19 deletions(-)