URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ded9ad7017a9b04a9f63c9ea91961d19ff6b395e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ded9ad7 by Robert Cragie (Robert.Cragie@xxxxxxx):
IEEE 802.15.4: Add support for Thread, MLE and ZigBee IP
Enhancements to security processing add support for Thread, MLE and ZigBee
IP. Thread and ZigBee IP use a hash for key derivation for MAC and MLE
security processing. Thread additionally uses a sequence counter.
Ping-Bug: 13495
Change-Id: Ib8351b21e5615cd44880f5126f59fd0dc0a11742
Reviewed-on: https://code.wireshark.org/review/20585
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 2321a92 PacketBB: do not add more bytes to the protocol tree than the real addr array length
adds ded9ad7 IEEE 802.15.4: Add support for Thread, MLE and ZigBee IP
Summary of changes:
docbook/release-notes.asciidoc | 2 +
epan/dissectors/packet-ieee802154.c | 559 ++++++++++++++++++++++++-----------
epan/dissectors/packet-ieee802154.h | 57 ++++
3 files changed, 448 insertions(+), 170 deletions(-)