aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-04 14:07:24 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-04 14:07:24 +0000
commit209857f12de569ff1790f9521963b15a352137ca (patch)
tree6922f1e4109fcf470c2b57a055bec581c5fd7c48 /epan/dissectors/packet-rlc-lte.h
parent10db7f2df273f43c4cc7386768b0eafa3b347f19 (diff)
Start to supply data for an RLC tap.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31439 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rlc-lte.h')
-rw-r--r--epan/dissectors/packet-rlc-lte.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h
index c2068b7bca..fb276de966 100644
--- a/epan/dissectors/packet-rlc-lte.h
+++ b/epan/dissectors/packet-rlc-lte.h
@@ -59,6 +59,27 @@ typedef struct rlc_lte_info
} rlc_lte_info;
+typedef struct rlc_lte_tap_info {
+ /* Info from context */
+ guint8 rlcMode;
+ guint8 direction;
+ guint8 priority;
+ guint16 ueid;
+ guint16 channelType;
+ guint16 channelId;
+ guint16 pduLength;
+ guint8 UMSequenceNumberLength;
+
+ guint16 sequenceNumber;
+ guint8 isResegmented;
+ guint8 isControlPDU;
+ guint16 ACKNo;
+ #define MAX_NACKs 128
+ guint8 noOfNACKs;
+ guint16 NACKs[MAX_NACKs];
+} rlc_lte_tap_info;
+
+
/*****************************************************************/
/* UDP framing format */