aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-29 16:27:11 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-30 18:44:59 +0000
commitced39b6de863140eb0f793b04ca8a0c7c2a2c199 (patch)
tree6605d6a09b61c41a00ef2e1e59f56f5f4861ed97 /capchild
parent5330875336fef3366b6b3c8f9696a289d39dbe29 (diff)
Qt: Start capture from the command line.
Fill in the capture-related mise en place so that -k and -i work. Get rid of global_capture_session in ui/qt and make it a member of MainWindow. Copy over privilege checking from GTK+. Move the global capture session struct to MainWindow. Change-Id: Iab5ec683860a40255a7e1d82e3872ced24fd55cb Reviewed-on: https://code.wireshark.org/review/4382 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/capchild/CMakeLists.txt b/capchild/CMakeLists.txt
index af4a1cbc58..8535144550 100644
--- a/capchild/CMakeLists.txt
+++ b/capchild/CMakeLists.txt
@@ -37,6 +37,7 @@ if (WERROR)
)
endif()
+file(GLOB CAPCHILD_HEADERS capture_session.h)
add_library(capchild STATIC
${CAPCHILD_SRC}