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 32849b2: LTE RLC Statistics Dialog

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

Commits:

32849b2 by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    LTE RLC Statistics Dialog
    
    Change-Id: Id0af0227a398fd06ba37c23097fa6809db432d0f
    Reviewed-on: https://code.wireshark.org/review/10669
    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  ea2b451   NCP2222: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
    adds  32849b2   LTE RLC Statistics Dialog


Summary of changes:
 ui/qt/CMakeLists.txt                               |    4 +
 ui/qt/Makefile.common                              |    4 +
 ui/qt/Wireshark.pro                                |    2 +
 ui/qt/lte_rlc_statistics_dialog.cpp                |  774 ++++++++++++++++++++
 ...istics_dialog.h => lte_rlc_statistics_dialog.h} |   19 +-
 ui/qt/main_window.cpp                              |    1 +
 ui/qt/main_window.h                                |    2 +
 ui/qt/main_window.ui                               |    9 +-
 ui/qt/main_window_slots.cpp                        |   14 +
 9 files changed, 820 insertions(+), 9 deletions(-)
 create mode 100644 ui/qt/lte_rlc_statistics_dialog.cpp
 copy ui/qt/{wlan_statistics_dialog.h => lte_rlc_statistics_dialog.h} (75%)