aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Make androiddump loadable on OS X.Gerald Combs1-2/+2
2015-04-07Win32: Restore the versioned plugin installation path.Gerald Combs1-1/+24
2015-03-25Add support for WIRESHARK_EXTCAP_DIR environment variable on WindowsPascal Quantin1-1/+11
2015-03-24Since g2ef72cb, plugins are no more stored in plugins/$VERSION folderPascal Quantin1-48/+2
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-3/+3
2015-02-18Fix various warnings in wireshark-qt.cpp.Gerald Combs1-1/+1
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-4/+0
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-72/+72
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+111
2014-08-02Make the nameres test suite work out of tree by looking for the global hostsJeff Morriss1-3/+6
2014-06-16More Python-bindings removal.Jeff Morriss1-112/+0
2014-05-30Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-2/+2
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte1-2/+2
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-10Make internal functions staticAnders Broman1-1/+1
2013-11-20Remove a few (now unused) variables.Michael Mann1-2/+0
2013-11-19Fix missing semicolon.Guy Harris1-1/+1
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris1-68/+19
2013-11-18Get rid of unused trivial wrapper routine.Guy Harris1-7/+0
2013-11-17strncat() bad, g_strlcat() good.Guy Harris1-5/+6
2013-11-17Clean up indentation.Guy Harris1-2/+2
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris1-9/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-0/+2209