10 #ifndef __LTE_RLC_STATISTICS_DIALOG_H__
11 #define __LTE_RLC_STATISTICS_DIALOG_H__
25 unsigned getFrameCount() {
return packet_count_; }
26 void incFrameCount() { ++packet_count_; }
32 void launchRLCGraph(
bool channelKnown,
33 guint16 ueid, guint8 rlcMode,
34 guint16 channelType, guint16 channelId,
39 QCheckBox *useRLCFramesFromMacCheckBox_;
40 QCheckBox *showSRFilterCheckBox_;
41 QCheckBox *showRACHFilterCheckBox_;
42 QPushButton *launchULGraph_;
43 QPushButton *launchDLGraph_;
44 QString displayFilter_;
50 static void tapReset(
void *ws_dlg_ptr);
52 static void tapDraw(
void *ws_dlg_ptr);
54 void updateHeaderLabels();
56 virtual const QString filterExpression();
58 QList<QVariant> treeItemData(QTreeWidgetItem *item)
const;
61 virtual void fillTree();
62 void updateItemSelectionChanged();
64 void useRLCFramesFromMacCheckBoxToggled(
bool state);
65 void launchULGraphButtonClicked();
66 void launchDLGraphButtonClicked();
67 void filterUpdated(QString filter);
Definition: capture_file.h:23
Definition: lte_rlc_statistics_dialog.h:18
void captureFileClosing()
Called when the capture file is about to close. This can be used to disconnect taps and similar actio...
Definition: lte_rlc_statistics_dialog.cpp:918
Definition: tap_parameter_dialog.h:45
Definition: packet_info.h:44
Definition: epan_dissect.h:28
tap_packet_status
Definition: tap.h:25