Move Auth padding to the right tree
[metze/wireshark/wip.git] / CMakeOptions.txt
index 0dea7c4ddb730484ee48d0b00b282036976baac4..c3d167eda908393068d7c8e5faf5f24a91714bfb 100644 (file)
@@ -5,6 +5,7 @@
 option(BUILD_wireshark   "Build the GTK+-GUI version of Wireshark" ON)
 option(BUILD_qtshark     "Build the Qt-GUI version of Wireshark" ON)
 option(BUILD_tshark      "Build tshark" ON)
+option(BUILD_tfshark     "Build tfshark" ON)
 option(BUILD_rawshark    "Build rawshark" ON)
 option(BUILD_dumpcap     "Build dumpcap" ON)
 option(BUILD_text2pcap   "Build text2pcap" ON)
@@ -22,6 +23,7 @@ option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror
 option(ENABLE_GTK3       "Use GTK3 instead of GTK2 to build wireshark" ON)
 option(ENABLE_QT5        "Use Qt5 instead of Qt4 to build qtshark" ON)
 option(ENABLE_PCAP       "Enable libpcap support (required for capturing)" ON)
+option(WANT_PACKET_EDITOR      "Enable packet editor (experimental)" ON)
 #
 # 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
@@ -54,3 +56,8 @@ option(ENABLE_CARES      "Build with c-ares support" ON)
 option(ENABLE_NETLINK    "Build with libnl support" ON)
 # todo Mostly hardcoded
 option(ENABLE_KERBEROS   "Build with Kerberos support" ON)
+# How to install
+set(DUMPCAP_INSTALL_OPTION   "normal" CACHE STRING "Permissions to install")
+set(DUMPCAP_INST_VALS "normal" "suid" "capabilities")
+set_property(CACHE DUMPCAP_INSTALL_OPTION PROPERTY STRINGS ${DUMPCAP_INST_VALS})
+