aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2009-05-13 09:36:42 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2009-05-13 09:36:42 +0000
commit4dda12f0bec86c85811d1cdabfb158ef91c71c32 (patch)
tree6262d853d61580fab363d6049f6ba13216960021 /epan/dissectors/packet-pdcp-lte.h
parent21dd65ec11c55d969b0f8689c9736ef0e5bfeb35 (diff)
- add direction filter to PDCP
- fix PDCP fields ("pdcp.*" -> "pdcp-lte.*") - improve PDCP info column output (to be more like RLC) svn path=/trunk/; revision=28342
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;