Wireshark-commits: [Wireshark-commits] rev 45589: /trunk/ui/ /trunk/ui/gtk/: export_sslkeys.c expor

Date: Tue, 16 Oct 2012 18:14:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45589

User: gerald
Date: 2012/10/16 11:14 AM

Log:
 Move common SSL key export routines to ui/ssl_key_export.[ch]. Make the
 exported keys a gchar *. Implement SSL key exports in the Qt UI. Remove
 some no-longer-necessary packet-ssl*.h includes.
 
 Change lastOpenDir().absolutePath() to .canonicalPath(). Get rid of the
 "Export As PostScript" action.

Directory: /trunk/ui/gtk/
  Changes    Path                Action
  +10 -65    export_sslkeys.c    Modified
  +1 -7      export_sslkeys.h    Modified

Directory: /trunk/ui/qt/
  Changes    Path                     Action
  +1 -0      main_window.h            Modified
  +0 -5      main_window.ui           Modified
  +61 -1     main_window_slots.cpp    Modified

Directory: /trunk/ui/
  Changes    Path                Action
  +1 -0      CMakeLists.txt      Modified
  +6 -4      Makefile.common     Modified
  +87 -0     ssl_key_export.c    Added
  +51 -0     ssl_key_export.h    Added

Directory: /trunk/ui/win32/
  Changes    Path                Action
  +6 -7      file_dlg_win32.c    Modified