aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorAdrian Granados <adrian@intuitibits.com>2022-03-08 16:38:13 -0500
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-03-09 08:01:39 +0000
commit8622c92a7549320b5faffb92891c12077f65459d (patch)
tree33f336e769fbedfba71d34273572180545c238b1 /CMakeOptions.txt
parentad48c4050d8f489ea3e6d67e9bc57e69b468b329 (diff)
extcap: new interface, wifidump, to capture Wi-Fi frames using a remote SSH host
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 0310cf9fd5..81fc8f4d44 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -25,6 +25,7 @@ option(BUILD_sshdump "Build sshdump" ON)
option(BUILD_ciscodump "Build ciscodump" ON)
option(BUILD_dpauxmon "Build dpauxmon" ON)
option(BUILD_randpktdump "Build randpktdump" ON)
+option(BUILD_wifidump "BUild wifidump" ON)
if(WIN32 AND NOT MINGW)
# XXX - I don't think building etwdump is possible with MinGW-w64 as of
# version 9.0 but I would like to be 100% certain.