URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=50a0a710c4860084a129537d600b0180c4e6f0db
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
50a0a71 by Peter Wu (peter@xxxxxxxxxxxxx):
    WireGuard: decrypt transport data
    
    Invoke IP or data dissector for decrypted transport data.
    
    Bug: 15011
    Change-Id: I8fa149c429ae774c16fe7e712d4bfb6b3478ed11
    Reviewed-on: https://code.wireshark.org/review/28992
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  31f4c0d   WireGuard: implement responder handshake decryption
     add  50a0a71   WireGuard: decrypt transport data
Summary of changes:
 epan/dissectors/packet-wireguard.c | 95 ++++++++++++++++++++++++++++++++++++++
 test/suite_decryption.py           | 28 +++++++----
 2 files changed, 115 insertions(+), 8 deletions(-)