aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Use explicit casts.Anders Broman1-1/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+2
2012-10-17"Wireshark", in this context, mainly means "libwireshark"; preferencesGuy Harris1-8/+1
2012-10-17Read the program name rather than hardcoding it.Anders Broman1-1/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-09From Evan Huus:Anders Broman1-6/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-3/+3
2012-06-09Be sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in the dwFlags arg to all Fo...Chris Maynard1-1/+1
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-4/+0
2011-10-09Check for NULL pointer in file_exists().Stig Bjørlykke1-0/+4
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1194/+1194
2011-09-01If we're running from the build directory, check the WIRESHARK_SRC_DIRGuy Harris1-1/+25
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-15/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-4/+4
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-17/+17
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-15/+19
2011-03-23Fixed second parameter to create_persconffile_profile.Stig Bjørlykke1-1/+1
2011-03-23Ensure we create the "Default" personal configuration files directory beforeStig Bjørlykke1-0/+7
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