Wireshark-commits: [Wireshark-commits] master 903927e: ZBEE-NWK_GP: add key decryption during commi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Jul 2018 07:18:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=903927e012e46078823b3af69b50fe6205b3820d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

903927e by Julien Staub (atsju2@xxxxxxxx):

    ZBEE-NWK_GP: add key decryption during commissioning process
    
    Decrypt the key in commissioning and commissioning reply commands user keys.
    The user must add the default TC-LK (as described in doc-09-5499-26) into the
    key list for this feature to be visible.
    Keys found in commissioning and commissioning reply commands are automatically
    used for the reset of the capture
    
    Use the SRC column to display the ZGP srcID
    
    Bug: 13919
    Change-Id: I90a7a7d1cdd003672bb2bd78e8ed76e1475d1208
    Reviewed-on: https://code.wireshark.org/review/28084
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3b22892   DHCPv6: device type is not mandatory for ecm.
    adds  903927e   ZBEE-NWK_GP: add key decryption during commissioning process


Summary of changes:
 epan/dissectors/packet-zbee-nwk-gp.c | 236 +++++++++++++++++++++++++----------
 1 file changed, 167 insertions(+), 69 deletions(-)