aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Johann Fritz <philipp.j.fritz@gmail.com>2020-04-23 17:44:46 +0200
committerGitHub <noreply@github.com>2020-04-23 17:44:46 +0200
commit6c10a4e0f60c9ecfe8246df5ebc4aa5c48a8ee6c (patch)
tree91e2dcd1c84bf9a2c447a6c28c3427604a706cee
parent3c1a184c5d440e08726d758ba4693f4a51e50433 (diff)
downloadmitmproxy-6c10a4e0f60c9ecfe8246df5ebc4aa5c48a8ee6c.tar.gz
mitmproxy-6c10a4e0f60c9ecfe8246df5ebc4aa5c48a8ee6c.tar.bz2
mitmproxy-6c10a4e0f60c9ecfe8246df5ebc4aa5c48a8ee6c.zip
Update howto-wireshark-tls.md
Wireshark renamed the protocol from SSL to TLS in settings
-rw-r--r--docs/src/content/howto-wireshark-tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/howto-wireshark-tls.md b/docs/src/content/howto-wireshark-tls.md
index a55d177b..0c7a6d1b 100644
--- a/docs/src/content/howto-wireshark-tls.md
+++ b/docs/src/content/howto-wireshark-tls.md
@@ -19,7 +19,7 @@ SSLKEYLOGFILE="$PWD/.mitmproxy/sslkeylogfile.txt" mitmproxy
You can also `export` this environment variable to make it persistent for all applications started from your current shell session.
You can specify the key file path in Wireshark via `Edit -> Preferences ->
-Protocols -> SSL -> (Pre)-Master-Secret log filename`. If your SSLKEYLOGFILE
+Protocols -> TLS -> (Pre)-Master-Secret log filename`. If your SSLKEYLOGFILE
does not exist yet, just create an empty text file, so you can select it in
Wireshark (or run mitmproxy to create and collect master secrets).