From 796dc8927cc5f1ac17c95c160a99ce2b154ffc24 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Sat, 6 Nov 2010 19:22:16 +0000 Subject: Use guint16 after all, to avoid breaking the UDP framing protocol. 8 bits are enough though... svn path=/trunk/; revision=34798 --- epan/dissectors/packet-pdcp-lte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-pdcp-lte.h') 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 */ -- cgit v1.2.3