Wireshark-commits: [Wireshark-commits] master-2.0 50f43c8: LTE RLC graphs - initial version
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=50f43c8101aa572ef2b361ba7e660c9688608c58
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
50f43c8 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>
(cherry picked from commit 3221dbf542217cea5acd9ec764cf4779edaf65e8)
Reviewed-on: https://code.wireshark.org/review/10958
Actions performed:
from a4cb2dc Qt: Recent list context menu.
adds 50f43c8 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