Win32: Restore the versioned plugin installation path.
[metze/wireshark/wip.git] / wsutil / filesystem.c
2015-04-07 Gerald CombsWin32: Restore the versioned plugin installation path.
2015-03-25 Pascal QuantinAdd support for WIRESHARK_EXTCAP_DIR environment variab...
2015-03-24 Pascal QuantinSince g2ef72cb, plugins are no more stored in plugins...
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-02-18 Gerald CombsFix various warnings in wireshark-qt.cpp.
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2014-10-17 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-08-21 Roland KnallExtcap Capture Interface
2014-08-02 Jeff MorrissMake the nameres test suite work out of tree by looking...
2014-06-16 Jeff MorrissMore Python-bindings removal.
2014-05-30 Balint ReczeySet PLUGIN_INSTALL_DIR properly for wireshark.pc
2014-03-19 Alexis La GoutteThe 1.11.x installer puts the global plugins in the...
2014-03-19 Alexis La GoutteThe 1.11.x installer puts the global plugins in the...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-10 Anders BromanMake internal functions static
2013-11-20 Michael MannRemove a few (now unused) variables.
2013-11-19 Guy HarrisFix missing semicolon.
2013-11-19 Guy HarrisAdd routines to set the personal file directory paths...
2013-11-18 Guy HarrisGet rid of unused trivial wrapper routine.
2013-11-17 Guy Harrisstrncat() bad, g_strlcat() good.
2013-11-17 Guy HarrisClean up indentation.
2013-11-17 Guy HarrisMove get_tempfile_path() from filesystem.[ch] to tempfi...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...