aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Wireshark.pro
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-09-30 16:54:40 -0700
committerGerald Combs <gerald@wireshark.org>2015-10-01 17:25:28 +0000
commita013823934b437c43960959ee725858e1b75ed15 (patch)
tree3e7246733dd48eff2a320a83c01baed81b182d93 /ui/qt/Wireshark.pro
parent6193e3c74b9a5d4296c67cbb138f231861d56fba (diff)
Add the conversation hash tables internals dialog.
The GTK+ version dumps "new" and "old" hash values. It looks like neither are valid since the code in conversation.c and conversation_hashtables_dlg.c have diverged. For now just dump the addresses and ports for each hash table in the Qt UI. Change-Id: I832522dff06da769bd4ad3ead3d541206f283a90 Reviewed-on: https://code.wireshark.org/review/10713 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
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 4ea7dfc530..6129b5af8d 100644
--- a/ui/qt/Wireshark.pro
+++ b/ui/qt/Wireshark.pro
@@ -220,6 +220,7 @@ FORMS += \
column_preferences_frame.ui \
column_editor_frame.ui \
compiled_filter_output.ui \
+ conversation_hash_tables_dialog.ui \
decode_as_dialog.ui \
display_filter_expression_dialog.ui \
dissector_tables_dialog.ui \
@@ -297,6 +298,7 @@ HEADERS += $$HEADERS_WS_C \
column_editor_frame.h \
compiled_filter_output.h \
conversation_dialog.h \
+ conversation_hash_tables_dialog.h \
decode_as_dialog.h \
display_filter_expression_dialog.h \
dissector_tables_dialog.h \
@@ -677,6 +679,7 @@ SOURCES += \
column_editor_frame.cpp \
compiled_filter_output.cpp \
conversation_dialog.cpp \
+ conversation_hash_tables_dialog.cpp \
decode_as_dialog.cpp \
display_filter_combo.cpp \
display_filter_edit.cpp \