summaryrefslogtreecommitdiff
path: root/ui/qt/Wireshark.pro
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-07-21 13:32:42 -0400
committerAnders Broman <a.broman58@gmail.com>2015-07-23 09:15:36 +0000
commit2c534a93acc64703921b4170023e4b8bae507bc7 (patch)
treed856b007879bb116cdd350f01396835f1a4b09a4 /ui/qt/Wireshark.pro
parentbf3e1179d2f2c089074804f054d55a22dc3b1494 (diff)
downloadwireshark-2c534a93acc64703921b4170023e4b8bae507bc7.tar.gz
Add Enabled Protocols dialog for Qt
This dialog combines the "protocols" and heuristic dissectors (from GTK) into a single tree view where heuristic dissectors are children of their protocol. Change-Id: I107656afd079c1d1c8a98161b736e4b4ad84f813 Reviewed-on: https://code.wireshark.org/review/9739 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/Wireshark.pro')
-rw-r--r--ui/qt/Wireshark.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/Wireshark.pro b/ui/qt/Wireshark.pro
index 6ac3ebd58c..eba443cd5a 100644
--- a/ui/qt/Wireshark.pro
+++ b/ui/qt/Wireshark.pro
@@ -219,6 +219,7 @@ FORMS += \
compiled_filter_output.ui \
decode_as_dialog.ui \
display_filter_expression_dialog.ui \
+ enabled_protocols_dialog.ui \
expert_info_dialog.ui \
export_object_dialog.ui \
export_pdu_dialog.ui \
@@ -293,6 +294,7 @@ HEADERS += $$HEADERS_WS_C \
decode_as_dialog.h \
display_filter_expression_dialog.h \
elided_label.h \
+ enabled_protocols_dialog.h \
endpoint_dialog.h \
expert_info_dialog.h \
export_dissection_dialog.h \
@@ -664,6 +666,7 @@ SOURCES += \
display_filter_edit.cpp \
display_filter_expression_dialog.cpp \
elided_label.cpp \
+ enabled_protocols_dialog.cpp \
endpoint_dialog.cpp \
expert_info_dialog.cpp \
export_dissection_dialog.cpp \