aboutsummaryrefslogtreecommitdiffstats
path: root/filters.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-10/+11
2005-08-08various code cleanup:Ulf Lamping1-2/+1
2005-08-06"read_filter_list()" and "save_filter_list()" mallocate the path stringGuy Harris1-2/+2
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-4/+6
2005-06-09Try to read the "cfilters"/"dfilters" config files from the global path (prog...Ulf Lamping1-5/+23
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-9/+9
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-15/+6
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-17/+1
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-22/+19
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-9/+11
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-2/+2
2001-03-15Win32 doesn't have an "atomic rename" operation of the sort that UNIXGuy Harris1-3/+18
2001-03-13It's generally considered Bad Form to free something up if you've handedGuy Harris1-2/+1
2001-02-03Increment the line number for every line seen.Guy Harris1-12/+11
2001-02-03Allow filter names and expressions of arbitrary length, and, in theGuy Harris1-30/+170
2001-01-28Include <direct.h>, if we have it, to declare "mkdir()" on Windows.Guy Harris1-1/+5
2001-01-28Have separate capture and display filter lists; some filter dialog boxesGuy Harris1-37/+261
2001-01-28Call "get_filter_list()" when Ethereal starts up.Guy Harris1-8/+21
2001-01-28Pull the stuff to read and write the list of filter expressions up intoGuy Harris1-0/+144