aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2010-11-22 13:28:49 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2010-11-22 13:28:49 +0000
commit74a74645b11286e482341bfe3ef7296066023cdc (patch)
tree8e24f2b45cb2ece086a05c2b0a4a8c9f9481563a /epan/dissectors/packet-pdcp-lte.h
parent7c51dcb36042a298b0ceeb2670285bf06269f1d3 (diff)
Add sequence analysis for PDCP, based upon RLC/UM.
For now, only enable it for logged PDCP frames, i.e. not for PDCP found inside RLC (that won't work properly until RLC re-assembly is implemented). svn path=/trunk/; revision=35000
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index a6ce31cec7..9d19d81e71 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -58,7 +58,8 @@ typedef enum
#define CID_IN_PDCP_HEADER 0
#define CID_IN_ROHC_PACKET 1
-#define PDCP_SN_LENGTH_7_BITS 7
+#define PDCP_SN_LENGTH_5_BITS 5
+#define PDCP_SN_LENGTH_7_BITS 7
#define PDCP_SN_LENGTH_12_BITS 12