Wireshark-commits: [Wireshark-commits] master b92caed: RLC statistics window can now launch UL or D

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

Commits:

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

    RLC statistics window can now launch UL or DL graphs
    
    Change-Id: I9eb1ceacaee6aab510c5a005d40334867cafc8a4
    Reviewed-on: https://code.wireshark.org/review/11059
    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  12fa387   Correctly convert clfow.sysuptime to seconds
    adds  b92caed   RLC statistics window can now launch UL or DL graphs


Summary of changes:
 ui/qt/conversation_dialog.cpp       |    2 +
 ui/qt/lte_mac_statistics_dialog.h   |    5 +-
 ui/qt/lte_rlc_graph_dialog.cpp      |   40 ++++++++++++---
 ui/qt/lte_rlc_graph_dialog.h        |    7 ++-
 ui/qt/lte_rlc_statistics_dialog.cpp |   91 +++++++++++++++++++++++++++++++----
 ui/qt/lte_rlc_statistics_dialog.h   |   13 ++++-
 ui/qt/main_window_slots.cpp         |    2 +-
 7 files changed, 139 insertions(+), 21 deletions(-)