aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/QtShark.pro
diff options
context:
space:
mode:
authorIrene Ruengeler <ruengeler@wireshark.org>2014-06-24 11:36:51 +0200
committerMichael Tüxen <tuexen@wireshark.org>2014-07-02 20:56:37 +0000
commitf3c5f14bc440f4f8d8c680c4834a59ef5ba606a4 (patch)
tree50a8f68717109ef299e00e176c4467eaf4832cce /ui/qt/QtShark.pro
parent2c9d2bea32238223634ae975cfd4e682ba1a0b2b (diff)
Manage Interfaces
- Add dialog to manage interfaces - Add and delete pipes - Hide local interfaces Change-Id: I08323c306c2ea736f99e57c28e2fe3170a0c2216 Reviewed-on: https://code.wireshark.org/review/2613 Tested-by: Anders Broman <a.broman58@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
Diffstat (limited to 'ui/qt/QtShark.pro')
-rw-r--r--ui/qt/QtShark.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index af47796420..3cbc5565c3 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -253,7 +253,8 @@ FORMS += \
summary_dialog.ui \
time_shift_dialog.ui \
uat_dialog.ui \
- tcp_stream_dialog.ui
+ tcp_stream_dialog.ui \
+ manage_interfaces_dialog.ui
HEADERS += $$HEADERS_WS_C \
about_dialog.h \
@@ -295,7 +296,8 @@ HEADERS += $$HEADERS_WS_C \
summary_dialog.h \
tango_colors.h \
uat_dialog.h \
- tcp_stream_dialog.h
+ tcp_stream_dialog.h \
+ manage_interfaces_dialog.h
win32 {
OBJECTS_WS_C = $$SOURCES_WS_C
@@ -647,4 +649,5 @@ SOURCES += \
time_shift_dialog.cpp \
uat_dialog.cpp \
wireshark_application.cpp \
- tcp_stream_dialog.cpp
+ tcp_stream_dialog.cpp \
+ manage_interfaces_dialog.cpp