aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/editcap.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 5c6c7ac8e0..3cb705ccb4 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -345,7 +345,8 @@ additional configuration in protocol preferences.
The file format is described by E<lt>secrets typeE<gt> which can be one of:
-I<tls> TLS Key Log as described at L<https://developer.mozilla.org/NSS_Key_Log_Format>
+I<tls> TLS Key Log as described at L<https://developer.mozilla.org/NSS_Key_Log_Format>
+I<wg> WireGuard Key Log, see L<https://wiki.wireshark.org/WireGuard#Key_Log_Format>
This option may be specified multiple times. The available options for
E<lt>secrets typeE<gt> can be listed with B<--inject-secrets help>.