aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2013-10-30 12:58:03 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2013-10-30 12:58:03 +0000
commit97070acc427c67bf4dfdbebbd3b7dccd8c1adb73 (patch)
tree9eb50d19ba05679bac5e3f3b4e2aee834da77a9b /epan/dissectors/packet-pdcp-lte.h
parent694bc6b763f27ca963d6d888f3a5a204c78570cf (diff)
Don't call RRC dissector if should be ciphered. Take care to allow SecurityModeComplete to be shown though (i.e. the next UL frame after security is configured)
svn path=/trunk/; revision=52981
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.h')
-rw-r--r--epan/dissectors/packet-pdcp-lte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.h b/epan/dissectors/packet-pdcp-lte.h
index 910d44b3a5..f2931c9b5c 100644
--- a/epan/dissectors/packet-pdcp-lte.h
+++ b/epan/dissectors/packet-pdcp-lte.h
@@ -64,6 +64,7 @@ enum security_ciphering_algorithm_e { eea0, eea1, eea2 };
typedef struct pdcp_security_info_t
{
guint32 configuration_frame;
+ gboolean seen_next_ul_pdu;
enum security_integrity_algorithm_e integrity;
enum security_ciphering_algorithm_e ciphering;
} pdcp_security_info_t;