URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=31f4c0dce11b54c8f26e04387a6f89b326c37a24
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
31f4c0d by Peter Wu (peter@xxxxxxxxxxxxx):
    WireGuard: implement responder handshake decryption
    
    Transport data decryption will follow later.
    
    Bug: 15011
    Change-Id: Ib755e43ff54601405b21aeb0045b15d158bc283b
    Reviewed-on: https://code.wireshark.org/review/28991
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  c30b9fc   WireGuard: add keylog for initiation decryption with ephemeral keys
     add  31f4c0d   WireGuard: implement responder handshake decryption
Summary of changes:
 epan/dissectors/packet-wireguard.c | 112 +++++++++++++++++++++++++++++++++++--
 test/suite_decryption.py           |  31 ++++++++--
 2 files changed, 135 insertions(+), 8 deletions(-)