aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-23 02:06:35 +0000
committerAnders Broman <a.broman58@gmail.com>2017-11-24 05:13:42 +0000
commit8fa4a440a8f85ff9078c7c28e3747decede0848e (patch)
treee0ad976bb6b10c3b75a4f659d2ea1ea697e51574 /CMakeOptions.txt
parente7b12d85502e2827aacde3efd0821298bd8284ce (diff)
GTK: Remove packet editor
Removes limited experimental feature for deprecated UI. Change-Id: Ib3ccfae89dd2a674ebbde346a442fa1cf6587f26 Reviewed-on: https://code.wireshark.org/review/24563 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index e66cbed718..b60beeac9a 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -45,7 +45,6 @@ else()
endif()
option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build wireshark" ON)
option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
-option(WANT_PACKET_EDITOR "Enable packet editor (experimental)" ON)
#
# AirPcap support is available only on Windows. It might be nice to have it
# check whether the AirPcap SDK is available, and turn AirPcap support on