From ba086053c7f7e3a16c673a999e53dab5eba3ba84 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Sat, 28 May 2011 18:17:50 +0000 Subject: Add "File -> Export -> SSL Session Keys..." to be able to save the keyring info for each session in the trace file. This makes it possible to give someone the trace and the exported keys so that they can decrypt the traffic in the trace, but not new sessions to the same server. (See also: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444) svn path=/trunk/; revision=37446 --- image/file_dlg_win32.rc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'image/file_dlg_win32.rc') diff --git a/image/file_dlg_win32.rc b/image/file_dlg_win32.rc index 1c3a9a26a4..3f5daecdd4 100644 --- a/image/file_dlg_win32.rc +++ b/image/file_dlg_win32.rc @@ -138,3 +138,10 @@ FONT 8, "MS Shell Dlg" { LTEXT "-", EWFD_EXPORTRAW_ST, 5, 5, 180, 8 } + +WIRESHARK_EXPORTSSLKEYSFILENAME_TEMPLATE DIALOG 0, 0, 200, 18 +STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL +FONT 8, "MS Shell Dlg" +{ + LTEXT "-", EWFD_EXPORTSSLKEYS_ST, 5, 5, 180, 8 +} -- cgit v1.2.3