Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 29be7bf: LTE MAC Statistics Dialog

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Sep 2015 16:20:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29be7bf82f0b9eea5a85bade5dcfe5cffa7ef254
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

29be7bf by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    LTE MAC Statistics Dialog
    
    Change-Id: I2463fdc0ac209e92d2f2c1abf9da22866d6e22e8
    Reviewed-on: https://code.wireshark.org/review/10578
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  d17745b   androiddump: add memset in adb_connect() (CID 1293396)
    adds  29be7bf   LTE MAC Statistics Dialog


Summary of changes:
 ui/qt/CMakeLists.txt                               |    2 +
 ui/qt/Makefile.common                              |    2 +
 ui/qt/Wireshark.pro                                |    2 +
 ui/qt/lte_mac_statistics_dialog.cpp                |  812 ++++++++++++++++++++
 ...istics_dialog.h => lte_mac_statistics_dialog.h} |   45 +-
 ui/qt/main_window.cpp                              |    1 +
 ui/qt/main_window.h                                |    2 +
 ui/qt/main_window.ui                               |    8 +
 ui/qt/main_window_slots.cpp                        |   15 +
 9 files changed, 880 insertions(+), 9 deletions(-)
 create mode 100644 ui/qt/lte_mac_statistics_dialog.cpp
 copy ui/qt/{wlan_statistics_dialog.h => lte_mac_statistics_dialog.h} (59%)