URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d10efc6dd66c70110581b8c49cc3da0f0a72a25
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6d10efc by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add the Dissector Tables dialog.
Add the "Internals" menu under the View menu instead of at the top level
for now at least. Add the Dissector Tables dialog there.
Change-Id: Ieb23b0015591bac196e4ef94e3443832288333f9
Reviewed-on: https://code.wireshark.org/review/10654
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from d4b3a96 debian: Show hardening results after build
adds 6d10efc Qt: Add the Dissector Tables dialog.
Summary of changes:
epan/disabled_protos.c | 2 +-
epan/packet.c | 8 +-
epan/packet.h | 8 +-
epan/wslua/wslua_dissector.c | 2 +-
ui/gtk/dissector_tables_dlg.c | 10 +-
ui/gtk/proto_dlg.c | 2 +-
ui/qt/CMakeLists.txt | 3 +
ui/qt/Makefile.am | 2 +
ui/qt/Makefile.common | 4 +
ui/qt/Wireshark.pro | 3 +
ui/qt/dissector_tables_dialog.cpp | 292 ++++++++++++++++++++
...file_set_dialog.h => dissector_tables_dialog.h} | 49 ++--
...ummary_dialog.ui => dissector_tables_dialog.ui} | 27 +-
ui/qt/main_window.h | 2 +
ui/qt/main_window.ui | 16 ++
ui/qt/main_window_slots.cpp | 7 +
16 files changed, 384 insertions(+), 53 deletions(-)
create mode 100644 ui/qt/dissector_tables_dialog.cpp
copy ui/qt/{file_set_dialog.h => dissector_tables_dialog.h} (52%)
copy ui/qt/{gsm_map_summary_dialog.ui => dissector_tables_dialog.ui} (70%)