aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-09-28 12:20:19 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-09-28 17:55:53 +0000
commitd4d03113e171feaa724e60c4d55bf888eb2bb2e4 (patch)
treef71a03ca41a148f61c317b7543a8ba0d065680fd
parent1f9fb57773b55fe127eb022ae50430c07e0640df (diff)
WSUG: send readers to the wiki's SSL page for help on decryption.
This replaces a question (recently remarked upon on -users) with a link to someplace where we already have documentation on the subject. Change-Id: I6c5cf2b0f674c129aaa017da0ca44176c5be665f Reviewed-on: https://code.wireshark.org/review/10677 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_use.asciidoc b/docbook/wsug_src/WSUG_chapter_use.asciidoc
index d9a0cc50a1..a8b17cb48d 100644
--- a/docbook/wsug_src/WSUG_chapter_use.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_use.asciidoc
@@ -413,7 +413,7 @@ image::wsug_graphics/ws-analyze-menu.png[]
|menu:User Specified Decodes...[] ||This menu item allows the user to force Wireshark to decode certain packets as a particular protocol, see <<ChAdvDecodeAsShow>>
|menu:Follow TCP Stream[] ||This menu item brings up a separate window and displays all the TCP segments captured that are on the same TCP connection as a selected packet, see <<ChAdvFollowTCPSection>>
|menu:Follow UDP Stream[] ||Same functionality as ``Follow TCP Stream'' but for UDP streams.
-|menu:Follow SSL Stream[] ||Same functionality as ``Follow TCP Stream'' but for SSL streams. XXX - how to provide the SSL keys?
+|menu:Follow SSL Stream[] ||Same functionality as ``Follow TCP Stream'' but for SSL streams. See the wiki page on wireshark-wiki-site:[]SSL[SSL] for instructions on providing SSL keys.
|menu:Expert Info[] ||Open a dialog showing some expert information about the captured packets. The amount of information will depend on the protocol and varies from very detailed to non-existent. XXX - add a new section about this and link from here
|menu:Conversation Filter[...] ||In this menu you will find conversation filter for various protocols.
|===============