aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Wireshark.pro
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2015-04-28 10:26:46 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-05-05 09:35:10 +0000
commit5727ebe6890bc263b90b3a77435b7aa7ae0ca411 (patch)
tree28e492c5118ad14481c0759859fc59829a78686e /ui/qt/Wireshark.pro
parentcdaad860720a17d889e759d9e263c5fcadaf36a2 (diff)
extcap: Implement QT extcap options
Implementing a button in the interface list, to bring up the extcap options dialog, as well as a dialog, which will be generated depending on the selected extcap options. Change-Id: I1733dc6a8c1a121089a9c353aff10bc4a53e86de Reviewed-on: https://code.wireshark.org/review/8224 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/qt/Wireshark.pro')
-rw-r--r--ui/qt/Wireshark.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/qt/Wireshark.pro b/ui/qt/Wireshark.pro
index 5ac94cdf1c..ec80b40281 100644
--- a/ui/qt/Wireshark.pro
+++ b/ui/qt/Wireshark.pro
@@ -217,6 +217,7 @@ FORMS += \
decode_as_dialog.ui \
export_object_dialog.ui \
export_pdu_dialog.ui \
+ extcap_options_dialog.ui \
file_set_dialog.ui \
filter_expressions_preferences_frame.ui \
follow_stream_dialog.ui \
@@ -279,6 +280,9 @@ HEADERS += $$HEADERS_WS_C \
export_dissection_dialog.h \
export_object_dialog.h \
export_pdu_dialog.h \
+ extcap_argument.h \
+ extcap_argument_file.h \
+ extcap_options_dialog.h \
filter_action.h \
filter_expressions_preferences_frame.h \
follow_stream_dialog.h \
@@ -627,6 +631,9 @@ SOURCES += \
export_dissection_dialog.cpp \
export_object_dialog.cpp \
export_pdu_dialog.cpp \
+ extcap_argument.cpp \
+ extcap_argument_file.cpp \
+ extcap_options_dialog.cpp \
file_set_dialog.cpp \
filter_action.cpp \
filter_expressions_preferences_frame.cpp \