Wireshark-commits: [Wireshark-commits] master a67082d: IEEE 802.15.4: fix decryption results based

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Mar 2018 07:29:17 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a67082d35438cd02cf5d75b0c1e8c7410c580ec9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a67082d by Robert Sauter (sauter@xxxxxxxxxxxx):

    IEEE 802.15.4: fix decryption results based on uninitialized data
    
    Refactor ieee802154_set_mac_key to return the number of keys set and
    only try to decrypt with the alt_key if actually provided
    
    Bug: 14522
    Change-Id: I40802dff8c08f7f82b792fb16f5f91aa3b9e20cc
    Reviewed-on: https://code.wireshark.org/review/26677
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  afede5f   ZigBee: Do not use value_string_ext for small arrays
    adds  a67082d   IEEE 802.15.4: fix decryption results based on uninitialized data


Summary of changes:
 epan/dissectors/packet-ieee802154.c | 19 +++++++++++--------
 epan/dissectors/packet-ieee802154.h | 12 ++++++------
 epan/dissectors/packet-mle.c        | 10 +++++-----
 epan/dissectors/packet-mle.h        |  3 +--
 epan/dissectors/packet-thread.c     | 14 +++++++-------
 5 files changed, 30 insertions(+), 28 deletions(-)