aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee802154.h
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-25 22:02:25 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-25 22:02:25 +0000
commitd98ecffd767a4d9a79ac0c1f9615e8dc36ee9b88 (patch)
tree4fc1f69bd479e9441cfc26ae1225eb6241aceea5 /epan/dissectors/packet-ieee802154.h
parent052be28fa6c8d6ef66e765983c00b3a1d6d9e096 (diff)
From Ivan Lawrow: Added IEEE 802.15.4-2003 AES-CCM security modes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4912 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40004 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ieee802154.h')
-rw-r--r--epan/dissectors/packet-ieee802154.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee802154.h b/epan/dissectors/packet-ieee802154.h
index acbdc5aa84..786268025a 100644
--- a/epan/dissectors/packet-ieee802154.h
+++ b/epan/dissectors/packet-ieee802154.h
@@ -193,6 +193,8 @@ typedef struct {
ieee802154_security_level security_level;
ieee802154_key_id_mode key_id_mode;
guint32 frame_counter;
+ guint8 key_sequence_counter; /* Only for 802.15.4-2003 security suite with encryption */
+
union {
guint32 addr32;
guint64 addr64;