Wireshark-commits: [Wireshark-commits] master 8efd83e: LTE RLC Graph: add support for going to pack

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 Oct 2015 21:27:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8efd83ef82a3a6895a956ae5ceafd8f97826b001
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8efd83e by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    LTE RLC Graph: add support for going to packet clicked
    
    Change-Id: I7e1ada7508c33f7ccea5703a9ea9e2a76ecdb706
    Reviewed-on: https://code.wireshark.org/review/11118
    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  8e9fc80   qt: add missing initializer (CID 1317258)
    adds  8efd83e   LTE RLC Graph: add support for going to packet clicked


Summary of changes:
 ui/qt/lte_rlc_graph_dialog.cpp      |  128 ++++++++++++++++++++++++-----------
 ui/qt/lte_rlc_graph_dialog.h        |    9 +++
 ui/qt/lte_rlc_graph_dialog.ui       |   11 +++
 ui/qt/lte_rlc_statistics_dialog.cpp |   28 +++++---
 ui/qt/lte_rlc_statistics_dialog.h   |    6 ++
 ui/qt/main_window.h                 |    3 +
 ui/qt/main_window_slots.cpp         |   23 ++++++-
 7 files changed, 158 insertions(+), 50 deletions(-)