aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wireguard.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-30gboolean bitfields considered harmfulJohn Thacker1-2/+3
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-51/+0
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-12/+12
2020-02-23WireGuard: ignore messages with invalid lengthsPeter Wu1-21/+25
2020-02-23WireGuard: fix null pointer crashPeter Wu1-5/+12
2019-11-27WireGuard: fix MAC1 computation for non-zero reserved casePeter Wu1-1/+5
2019-11-26WireGuard: support Decode As and non-zero reserved bytesPeter Wu1-7/+74
2019-09-24wsutil: Use file descriptor in file_needs_reopen()Tomasz Moń1-2/+2
2019-09-22Win32: Do not reload TLS keylog file on each packetTomasz Moń1-21/+1
2019-06-17Add support for embedding WireGuard keys in a pcapng filePeter Wu1-27/+57
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-12/+12
2018-11-04wireguard: Free uat table recordsVasil Velichkov1-2/+21
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+2
2018-09-09wireguard: Make sure we don't try to free NULL pointerJoão Valverde1-3/+5
2018-08-09WireGuard: fix null-deref in wg_dissect_handshake_initiationPeter Wu1-1/+1
2018-08-08WireGuard: implement decryption with PSKsPeter Wu1-11/+113
2018-08-08WireGuard: decrypt transport dataPeter Wu1-0/+95
2018-08-08WireGuard: implement responder handshake decryptionPeter Wu1-4/+108
2018-08-08WireGuard: add keylog for initiation decryption with ephemeral keysPeter Wu1-0/+181
2018-08-08WireGuard: implement initiation message decryption with static keysPeter Wu1-1/+432
2018-08-08WireGuard: implement peer identification based on MAC1Peter Wu1-0/+369
2018-08-08WireGuard: add session trackingPeter Wu1-8/+271
2018-08-08Add WireGuard dissectorPeter Wu1-0/+326