12 #ifndef __TAP_RLC_GRAPH_H__
13 #define __TAP_RLC_GRAPH_H__
18 #include <epan/dissectors/packet-rlc-lte.h>
30 gboolean isControlPDU;
32 guint16 isResegmented;
36 guint16 NACKs[MAX_NACKs];
50 #define MAX_SUPPORTED_CHANNELS 8
70 void rlc_graph_segment_list_free(
struct rlc_graph * );
74 gboolean compare_rlc_headers(guint16 ueid1, guint16 channelType1, guint16 channelId1, guint8 rlcMode1, guint8 direction1,
75 guint16 ueid2, guint16 channelType2, guint16 channelId2, guint8 rlcMode2, guint8 direction2,
76 gboolean isControlFrame);
Definition: tap-rlc-graph.h:48
Definition: tap-rlc-graph.h:54
Definition: packet-rlc-lte.h:65
Definition: packet-rlc-lte.c:385