URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3221dbf542217cea5acd9ec764cf4779edaf65e8
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3221dbf by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):
LTE RLC graphs - initial version
Change-Id: Ic5f2c353ae1f787ac19cb575a938cb093ff5f6dc
Reviewed-on: https://code.wireshark.org/review/10930
Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Actions performed:
from a6673b3 Handle installing Qt 4.x.
adds 3221dbf LTE RLC graphs - initial version
Summary of changes:
epan/dissectors/packet-rlc-lte.h | 4 +
ui/CMakeLists.txt | 1 +
ui/Makefile.common | 2 +
ui/gtk/rlc_lte_graph.c | 595 +++++-------------
ui/qt/CMakeLists.txt | 3 +
ui/qt/Makefile.am | 2 +
ui/qt/Makefile.common | 4 +
ui/qt/Wireshark.pro | 3 +
ui/qt/lte_rlc_graph_dialog.cpp | 643 ++++++++++++++++++++
.../{sequence_dialog.h => lte_rlc_graph_dialog.h} | 114 ++--
...m_uimflow_dialog.ui => lte_rlc_graph_dialog.ui} | 196 +++---
ui/qt/main_window.cpp | 1 +
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 11 +-
ui/qt/main_window_slots.cpp | 7 +
ui/tap-rlc-graph.c | 309 ++++++++++
ui/tap-rlc-graph.h | 103 ++++
17 files changed, 1368 insertions(+), 631 deletions(-)
create mode 100644 ui/qt/lte_rlc_graph_dialog.cpp
copy ui/qt/{sequence_dialog.h => lte_rlc_graph_dialog.h} (53%)
copy ui/qt/{lbm_uimflow_dialog.ui => lte_rlc_graph_dialog.ui} (57%)
create mode 100644 ui/tap-rlc-graph.c
create mode 100644 ui/tap-rlc-graph.h