aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-05-21 18:06:49 +0100
committerAnders Broman <a.broman58@gmail.com>2019-06-17 00:48:29 +0000
commit94b211977acebf6730a07275554430e640a5679c (patch)
treef85aa0c5c2936bf235469370555b5340e550ff80 /wiretap
parent662ad82d605f1594c67a5d6c33b60730a8ce0062 (diff)
Add support for embedding WireGuard keys in a pcapng file
pcapng spec update is here: https://github.com/pcapng/pcapng/pull/62 Bug: 15571 Change-Id: I2f1921b1da70ac0bab8c38dd5138a9dfe7843fea Reviewed-on: https://code.wireshark.org/review/33300 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/secrets-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/secrets-types.h b/wiretap/secrets-types.h
index 513b901286..5b1b774f90 100644
--- a/wiretap/secrets-types.h
+++ b/wiretap/secrets-types.h
@@ -15,5 +15,6 @@
* Type describing the format of the opaque secrets value in a pcapng DSB.
*/
#define SECRETS_TYPE_TLS 0x544c534b /* TLS Key Log */
+#define SECRETS_TYPE_WIREGUARD 0x57474b4c /* WireGuard Key Log */
#endif /* __SECRETS_TYPES_H__ */