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