Add a comment noting why AirPcap support cannot be unconditionally
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Jul 2011 17:19:17 +0000 (17:19 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 12 Jul 2011 17:19:17 +0000 (17:19 +0000)
enabled by default (i.e., it's Windows-only).  InterCap the name.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37992 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeOptions.txt

index 2e9ffcd839ca01ff20f62cccf56edf979ccbc280..1c3a544f132b0c66bc18964f9547eb4615d8dcdf 100644 (file)
@@ -18,7 +18,13 @@ option(AUTOGEN_pidl      "Autogenerate pidl dissectors" OFF)
 option(DISABLE_WERROR    "Do not treat Warnings as errors" OFF)
 option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF)
 option(ENABLE_GTK3       "Use GTK3 instead of GTK2 (does not compile yet)" OFF)
-option(ENABLE_AIRPCAP    "Enable Airpcap support" OFF)
+#
+# Do not make this the default on UN*X; AirPcap support is available
+# only on Windows.  It might be nice to have it, on Windows, check
+# whether the AirPcap SDK is available, and turn AirPcap support on
+# only if it is.
+#
+option(ENABLE_AIRPCAP    "Enable AirPcap support" OFF)
 # todo
 option(ENABLE_STATIC     "Build a static version of Wireshark (not yet working)" OFF)
 option(ENABLE_PLUGINS    "Build with plugins" ON)