ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master e50ae0a: WireGuard: add session tracking

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 08 Aug 2018 11:23:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e50ae0ad11c63d47b864db7319aa9163eefd2296
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e50ae0a by Peter Wu (peter@xxxxxxxxxxxxx):

    WireGuard: add session tracking
    
    Link messages based on the receiver/sender IDs as found in the handshake
    and based on the most recently seen source IP address and port number.
    
    Tested with "8-trace.pcap". Roaming should work but is untested.
    
    Bug: 15011
    Change-Id: I017faaae09fc8b16548c4e8b062e143960fda928
    Reviewed-on: https://code.wireshark.org/review/28986
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f9c9af5   Add WireGuard dissector
     add  e50ae0a   WireGuard: add session tracking


Summary of changes:
 epan/dissectors/packet-wireguard.c | 279 +++++++++++++++++++++++++++++++++++--
 1 file changed, 271 insertions(+), 8 deletions(-)