aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2010-11-05 18:00:35 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2010-11-05 18:00:35 +0000
commit76bc0e537bbb8d55dbfa9b46f1a54bcc02aaadf4 (patch)
tree843f4203b3c93d6fe7fef2a6c69f29c90104015e /epan/dissectors/packet-pdcp-lte.h
parentfb0bfc17daec20048d81eae1d42c5c9fa1b5ceb1 (diff)
Pass ueid + channel-info into PDCP dissector.
This will allow me soon to track per-channel sequence numbers... svn path=/trunk/; revision=34793
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index c525e6b5bb..47ccbd1ede 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -68,7 +68,9 @@ typedef struct pdcp_lte_info
{
/* Channel info is needed for RRC parsing */
guint8 direction;
+ guint16 ueid;
LogicalChannelType channelType;
+ guint8 channelId;
BCCHTransportType BCCHTransport;
/* Details of PDCP header */