Skip to content

Commit

Permalink
tls-sslkeylogfile: Fix Wireshark preferences protocol name s/SSL/TLS/
Browse files Browse the repository at this point in the history
Wireshark switched to TLS as the protocol name. The user has to go to
Preferences->Protocols->TLS to set the master secrets file location.

Closes #xxxx
  • Loading branch information
jay authored and bagder committed Apr 28, 2020
1 parent fc21edb commit baa8400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tls-sslkeylogfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ that it can decrypt them:
choice before you start the browser or curl

2. Setting the same file name path in the Master-secret field in Wireshark. Go
to Preferences->Protocols->SSL and edit the path as shown in the screenshot
below.
to Preferences->Protocols->TLS (SSL in older versions) and edit the path as
shown in the screenshot below.

![set the ssl key file name](wireshark-ssl-master-secret.png)

Expand Down

0 comments on commit baa8400

Please sign in to comment.