aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris1-2/+7
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. svn path=/trunk/; revision=53435
2013-11-18Get rid of unused trivial wrapper routine.Guy Harris1-3/+0
svn path=/trunk/; revision=53403
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris1-8/+0
svn path=/trunk/; revision=53379
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-0/+306
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377