aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wireguard.c
AgeCommit message (Expand)AuthorFilesLines
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