From f3c5f14bc440f4f8d8c680c4834a59ef5ba606a4 Mon Sep 17 00:00:00 2001 From: Irene Ruengeler Date: Tue, 24 Jun 2014 11:36:51 +0200 Subject: Manage Interfaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 Reviewed-by: Anders Broman Reviewed-by: Alexis La Goutte Reviewed-by: Michael Tüxen --- ui/qt/QtShark.pro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ui/qt/QtShark.pro') 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 -- cgit v1.2.3