Wireshark-commits: [Wireshark-commits] master 4eca268: Add SimpleStatisticsDialog.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jul 2015 17:01:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4eca2689357fad460908c2b7a74cbdb8cb5d0f4e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4eca268 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add SimpleStatisticsDialog.
    
    To do:
    - Refactor dynamic menu item placement.
    
    Change-Id: I087de9f2fa3c2ff7dc08e5d54bc9c1b984fdd7b1
    Reviewed-on: https://code.wireshark.org/review/9561
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  d3f71f9   nb_rtpmux: Add a port preference
    adds  4eca268   Add SimpleStatisticsDialog.


Summary of changes:
 epan/dissectors/packet-bootp.c                     |    2 +-
 epan/stat_tap_ui.c                                 |    2 +-
 epan/stat_tap_ui.h                                 |   10 +-
 ui/qt/CMakeLists.txt                               |    2 +
 ui/qt/Makefile.common                              |    2 +
 ui/qt/Wireshark.pro                                |    2 +
 ui/qt/main_window.cpp                              |    8 +
 ui/qt/response_time_delay_dialog.cpp               |    2 -
 ui/qt/simple_statistics_dialog.cpp                 |  283 ++++++++++++++++++++
 ...e_delay_dialog.h => simple_statistics_dialog.h} |   47 ++--
 wireshark-qt.cpp                                   |    2 +
 11 files changed, 335 insertions(+), 27 deletions(-)
 create mode 100644 ui/qt/simple_statistics_dialog.cpp
 copy ui/qt/{response_time_delay_dialog.h => simple_statistics_dialog.h} (50%)