Wireshark-commits: [Wireshark-commits] master cbe424b: IEEE 802.15.4: show MIC and key number for d
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 Mar 2018 07:34:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cbe424b27dbcf51c9d5c6c35ec927ecf4e60a25a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cbe424b by Robert Sauter (sauter@xxxxxxxxxxxx):

    IEEE 802.15.4: show MIC and key number for decryption
    
    - show the MIC of the received packet
    - show only payload (without) MIC as data when decryption failed
    - show key number (UAT row index) used for decryption
    - small cleanups
    
    Change-Id: I7815349e99b178c219a0e649d3d65f0b6eaa7201
    Reviewed-on: https://code.wireshark.org/review/26362
    Reviewed-by: Ed Beroset <beroset@xxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4536696   DOF: restore correct memory scope for decrypted buffer
    adds  cbe424b   IEEE 802.15.4: show MIC and key number for decryption


Summary of changes:
 epan/dissectors/packet-ieee802154.c | 42 ++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 21 deletions(-)