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 f9c9af5: Add WireGuard dissector

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

Commits:

f9c9af5 by Peter Wu (peter@xxxxxxxxxxxxx):

    Add WireGuard dissector
    
    Initial dissection support for the WireGuard Protocol.
    Decryption support will follow later.
    
    Bug: 15011
    Change-Id: Iaf7d901501e02299714c3f0e7daa56a8437d01de
    Reviewed-on: https://code.wireshark.org/review/28985
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ae8d067   WLAN: State type of key when reporting format error
     add  f9c9af5   Add WireGuard dissector


Summary of changes:
 epan/dissectors/CMakeLists.txt     |   1 +
 epan/dissectors/packet-wireguard.c | 326 +++++++++++++++++++++++++++++++++++++
 2 files changed, 327 insertions(+)
 create mode 100644 epan/dissectors/packet-wireguard.c