aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-02-26Added functionality for handling global profiles.stig1-1/+13
2010-12-07Move getenv_utf8() to wsutil.morriss1-17/+10
2010-12-01Add extern "C" to more header files.sfisher1-0/+8
2010-10-01Add a new right-click popup menu for the statusbar profiles for easy functionsstig1-0/+5
2010-08-10From Cal Turney:etxrab1-0/+7
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aguy1-1/+1
2009-12-21Added Copy Profile functionality.stig1-0/+14
2009-10-23Load lua scripts in the plugins directory, both global and personal.stig1-0/+5
2009-05-29python binding for wireshark (first commit)standel1-0/+7
2009-03-22Change the signature of init_progfile_dir() so the casting of theguy1-1/+1
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aguy1-1/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifguy1-1/+1
2009-02-15Add a routine to report write errors to the list of failure-reportingguy1-1/+13
2009-02-11fix a commentulfl1-1/+1
2008-08-02WIN32 ==> _WIN32wmeier1-1/+1
2008-06-23Rename an argument to avoid collisions with a global variable name, asguy1-1/+1
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory. Note...morriss1-0/+6
2008-01-24Always return a valid profile name from get_profile_name().stig1-0/+6
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-2/+53
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byguy1-7/+3
2007-03-14as requested by "John T. Haller" for PortableApps.com:ulfl1-0/+5
2007-01-14on my way to fix #301:ulfl1-47/+55
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;guy1-0/+17
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-05-01Handle the case where we *can't* determine the pathname in which to findguy1-2/+3
2006-02-12Add a routine to attempt to get the absolute pathname of the executableguy1-11/+22
2006-01-12fix #648: ulfl1-0/+7
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-2/+2
2005-04-12add functions file_exists and file_identical to filesystem.c (coming from fil...ulfl1-0/+10
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toguy1-8/+1
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.lroland1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withguy1-2/+9
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy1-2/+7
2003-11-18From Tomas Kukosa: add "extern"s so that the plugin API stuff works.guy1-3/+3
2003-11-02From Gisle Vanem:gerald1-1/+10
2003-05-15From Richard Urwin:guy1-1/+9
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-06-23Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.guy1-1/+14
2001-10-24Have a routine that takes a file name for a personal configuration fileguy1-6/+13
2001-10-24On Windows, put Ethereal configuration files under the "Applicationguy1-3/+4
2001-10-23Add a new routine to create the ".ethereal" directory for a user.guy1-1/+9
2001-10-22The only reason we care about the user's home directory is that theirguy1-6/+2
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-10/+6
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-1/+18
2001-08-21On Windows, use the directory in which the binary resides as theguy1-3/+21
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesguy1-1/+20
2000-12-22fix '#endif FRED' to '#endif /* FRED */'nneul1-2/+2