aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-15fix a warningUlf Lamping1-1/+1
2007-01-15SHGetFolderPath is not available on MSVC 6 without a Platform SDK, use SHGetS...Ulf Lamping1-0/+8
2007-01-14on my way to fix #301:Ulf Lamping1-0/+31
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-10/+1
2007-01-03from Laurent Rabret:Ulf Lamping1-1/+1
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-5/+134
2006-09-22Add missing files from last commit. Fix an #include.Gerald Combs1-2/+2
2006-09-02Clean up indentation, etc.Guy Harris1-26/+26
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to be...Graeme Lunt1-41/+73
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-4/+4
2006-05-28Ethereal->WiresharkAnders Broman1-14/+14
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg1-3/+3
2006-05-18As suggested by Jim Prince, pass the right argument to "getcwd()" - theGuy Harris1-1/+1
2006-05-01It's g_strdup_printf(), not g_sprintf_alloc().Guy Harris1-3/+4
2006-05-01Handle the case where we *can't* determine the pathname in which to findGuy Harris1-44/+101
2006-03-08Include tchar.h only if we're running Windows. Fixup whitespace.Gerald Combs1-9/+7
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-2/+10
2006-02-14Fix the loop that checks $PATH for the binary to actually step from oneGuy Harris1-34/+31
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris1-58/+224
2006-02-08Fix up some comments.Guy Harris1-6/+8
2006-02-08Clean up the comments for files_identical(), and fix up the UNIXGuy Harris1-27/+26
2006-02-08Make file_exists() work on macosx (and other unices)Luis Ontanon1-1/+9
2006-01-12fix #648: Ulf Lamping1-4/+49
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+5
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-21/+14
2005-08-08various code cleanup:Ulf Lamping1-30/+11
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-5/+5
2005-04-12another try to fix the unix buildUlf Lamping1-2/+2
2005-04-12bugfix for unix builds, remove leftover things from function moveUlf Lamping1-3/+0
2005-04-12add functions file_exists and file_identical to filesystem.c (coming from fil...Ulf Lamping1-0/+81
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-6/+6
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-4/+4
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-13/+13
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris1-2/+46
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris1-1/+40
2003-11-03Use "g_get_tmp_dir()" to get the pathname of the temporary fileGuy Harris1-15/+6
2003-11-03Make get_tempfile_path() work like get_datafile_path(), which removesGerald Combs1-6/+8