aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-pdcp-lte.h2
-rw-r--r--epan/dissectors/packet-rlc-lte.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index 47ccbd1ede..a6ce31cec7 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -70,7 +70,7 @@ typedef struct pdcp_lte_info
guint8 direction;
guint16 ueid;
LogicalChannelType channelType;
- guint8 channelId;
+ guint16 channelId;
BCCHTransportType BCCHTransport;
/* Details of PDCP header */
diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h
index 2e5c97dbd5..8e8fe4a6a0 100644
--- a/epan/dissectors/packet-rlc-lte.h
+++ b/epan/dissectors/packet-rlc-lte.h
@@ -52,8 +52,8 @@ typedef struct rlc_lte_info
guint8 direction;
guint8 priority;
guint16 ueid;
- guint8 channelType;
- guint8 channelId;
+ guint16 channelType;
+ guint16 channelId;
guint16 pduLength;
guint8 UMSequenceNumberLength;
} rlc_lte_info;