aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-13 09:36:42 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-13 09:36:42 +0000
commit037d5631dc99ac81b623f4a5851102cdbe608e15 (patch)
tree6262d853d61580fab363d6049f6ba13216960021 /epan/dissectors/packet-pdcp-lte.h
parent5d5b7e8a9137ea7a309930e1f4e402c496b1d53a (diff)
- add direction filter to PDCP
- fix PDCP fields ("pdcp.*" -> "pdcp-lte.*") - improve PDCP info column output (to be more like RLC) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28342 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index fb53d717d2..cc70c5a7fa 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -67,7 +67,7 @@ typedef enum
typedef struct pdcp_lte_info
{
/* Channel info is needed for RRC parsing */
- guint8 Direction;
+ guint8 direction;
LogicalChannelType channelType;
BCCHTransportType BCCHTransport;