Wireshark-commits: [Wireshark-commits] rev 53435: / /trunk/ui/gtk/: main.c /trunk/ui/qt/: main.cpp

Date: Tue, 19 Nov 2013 19:45:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53435

User: guy
Date: 2013/11/19 07:45 PM

Log:
 Add routines to set the personal file directory paths (personal
 configuration file directory and directory in which to save captures),
 have the routine to parse -P options use them, and move that routine to
 libui.
 
 Have that routine just return a gboolean.

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +7 -7      main.c        Modified

Directory: /trunk/ui/qt/
  Changes    Path          Action
  +7 -8      main.cpp      Modified

Directory: /trunk/ui/
  Changes    Path                  Action
  +1 -0      CMakeLists.txt        Modified
  +2 -0      Makefile.common       Modified
  +92 -0     persfilepath_opt.c    Added
  +46 -0     persfilepath_opt.h    Added

Directory: /trunk/wsutil/
  Changes    Path            Action
  +19 -68    filesystem.c    Modified
  +7 -2      filesystem.h    Modified