aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-07-04 12:11:54 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-07-04 12:11:54 +0000
commitdf562fe9f5cfe164c8e06c25e42f755a48e01aae (patch)
tree3030b9feec36995e9f7702a2dee8c35d09cda11f /epan/dissectors/packet-pdcp-lte.h
parent047c252e9377d9a8eddfb4bfaadbf5157260b553 (diff)
Add channel id to UDP framing protocol and allow to dissect only the header of a signalling PDU (as we do for data PDUs)
svn path=/trunk/; revision=50381
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index 5abcc1354f..20f6e5d1a2 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -161,6 +161,8 @@ typedef struct pdcp_lte_info
#define PDCP_LTE_ROHC_PROFILE_TAG 0x0C
/* 2 bytes, network order */
+#define PDCP_LTE_CHANNEL_ID_TAG 0x0D
+/* 2 bytes, network order */
/* PDCP PDU. Following this tag comes the actual PDCP PDU (there is no length, the PDU
continues until the end of the frame) */