aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke1-6/+67
2011-01-30Fix various instances of "unreachable code".Bill Meier1-1/+1
2010-12-07Move getenv_utf8() to wsutil.Jeff Morriss1-36/+0
2010-11-22Use g_path_get_dirname in init_progfile_dir on Windows. Leave theGerald Combs1-29/+6
2010-10-01Add a new right-click popup menu for the statusbar profiles for easy functionsStig Bjørlykke1-0/+6
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-1/+1
2010-08-10From Cal Turney:Anders Broman1-1/+1
2010-06-16Handle WTAP_ERR_SHORT_WRITE in file_write_error_message().Guy Harris1-0/+4
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aGuy Harris1-22/+24
2009-12-21Small rewrite for glib < 2.14 to make it work more than once.Stig Bjørlykke1-6/+7
2009-12-21Make copy_persconffile_profile work with glib < 2.14.Stig Bjørlykke1-2/+18
2009-12-21Added Copy Profile functionality.Stig Bjørlykke1-0/+52
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke1-3/+13
2009-10-05GetModuleFileName expects the size of the passed buffer to be expressed in TC...Kovarththanan Rajaratnam1-1/+1
2009-06-01Fixed a typo in a comment.Stig Bjørlykke1-1/+1
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-0/+96
2009-03-22Sigh.Guy Harris1-14/+18
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris1-2/+2
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris1-1/+1
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris1-2/+29
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-10/+3
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+73
2009-01-20Fix some indentationBill Meier1-10/+10
2008-12-20Umm, no. g_strdup() != g_strdup_printf(); the first argument to theGuy Harris1-1/+1
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-27ETH -> WS updates.Gerald Combs1-2/+2
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-2/+2
2008-06-23Rename an argument to avoid collisions with a global variable name, asGuy Harris1-5/+5
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-24/+24
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+1
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadGerald Combs1-136/+165
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory. Note...Jeff Morriss1-3/+9
2008-02-03Ups, fix a typo from last checkin.Stig Bjørlykke1-1/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-13/+5
2008-01-27Do not change profile if directory creation failed, and change to defaultStig Bjørlykke1-5/+8
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke1-3/+7
2008-01-15Include dirent.h if we have it (to fix glib-1 compile: it needed DIR).Jeff Morriss1-11/+15
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-7/+169
2007-08-24Don't build in init_plugin_dir if HAVE_PLUGINS is not defined, whichRichard van der Hoff1-0/+6
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-1/+1
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byGuy Harris1-1/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-1/+2
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-31/+51
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-1/+1
2007-03-14Include <ctype.h> to define "isspace()".Guy Harris1-3/+4
2007-03-14as requested by "John T. Haller" for PortableApps.com:Ulf Lamping1-21/+80
2007-03-02Add a description for errno EINVAL (Invalid Argument) toStephen Fisher1-0/+4
2007-01-15Update to get_persdatafile_dir() to choose a default directory on the U3 devi...Graeme Lunt1-5/+25