Wireshark-commits: [Wireshark-commits] master 89e6f4c: Qt: Add the Protocol Hierarchy statistics di
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=89e6f4c468eaa9b479d7c1a24ca83223f23f5c95
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
89e6f4c by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Add the Protocol Hierarchy statistics dialog.
Change-Id: I6872e323daca4798c638d764873f54c4c0dc0006
Reviewed-on: https://code.wireshark.org/review/6934
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 342ba90 Minor WSDG updates.
adds 89e6f4c Qt: Add the Protocol Hierarchy statistics dialog.
Summary of changes:
ui/gtk/proto_hier_stats_dlg.c | 3 +-
ui/proto_hier_stats.c | 31 +-
ui/proto_hier_stats.h | 16 +-
ui/qt/CMakeLists.txt | 3 +
ui/qt/Makefile.am | 2 +
ui/qt/Makefile.common | 4 +
ui/qt/Wireshark.pro | 3 +
ui/qt/filter_action.cpp | 9 +
ui/qt/filter_action.h | 1 +
ui/qt/main_window.cpp | 6 +-
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 32 +-
ui/qt/main_window_slots.cpp | 9 +
ui/qt/protocol_hierarchy_dialog.cpp | 333 ++++++++++++++++++++
...cket_delegate.h => protocol_hierarchy_dialog.h} | 55 +++-
...alls_dialog.ui => protocol_hierarchy_dialog.ui} | 63 ++--
ui/qt/qt_ui_utils.cpp | 6 +
ui/qt/qt_ui_utils.h | 8 +
ui/utf8_entities.h | 1 +
19 files changed, 498 insertions(+), 88 deletions(-)
create mode 100644 ui/qt/protocol_hierarchy_dialog.cpp
copy ui/qt/{related_packet_delegate.h => protocol_hierarchy_dialog.h} (52%)
copy ui/qt/{voip_calls_dialog.ui => protocol_hierarchy_dialog.ui} (62%)