Wireshark-commits: [Wireshark-commits] master e93fa8a: Add ResponseTimeDelayDialog.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e93fa8a82dffd12d03d0ac4d8a71d83cf75f1eaa
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e93fa8a by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add ResponseTimeDelayDialog.
Change-Id: Ie1ea316643a3465763aec71f4a3ef4bf1a5ae639
Reviewed-on: https://code.wireshark.org/review/9548
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 5ccd8af qt_ui_utils.h: fix @param command used in a comment that is not attached to a function declaration [-Wdocumentation]
adds e93fa8a Add ResponseTimeDelayDialog.
Summary of changes:
epan/rtd_table.c | 6 +-
epan/rtd_table.h | 20 ++-
ui/cli/tap-rtd.c | 2 +-
ui/cli/tap-simple_stattable.c | 2 +-
ui/gtk/response_time_delay_table.c | 4 +-
ui/qt/CMakeLists.txt | 2 +
ui/qt/Makefile.common | 2 +
ui/qt/Wireshark.pro | 2 +
ui/qt/response_time_delay_dialog.cpp | 286 ++++++++++++++++++++++++++++++++
ui/qt/response_time_delay_dialog.h | 64 +++++++
ui/qt/service_response_time_dialog.cpp | 26 +--
ui/qt/service_response_time_dialog.h | 13 +-
ui/qt/tap_parameter_dialog.cpp | 5 +-
wireshark-qt.cpp | 18 +-
14 files changed, 405 insertions(+), 47 deletions(-)
create mode 100644 ui/qt/response_time_delay_dialog.cpp
create mode 100644 ui/qt/response_time_delay_dialog.h