aboutsummaryrefslogtreecommitdiffstats
path: root/filters.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+8
2011-10-13Use g_list_first() to find the first element in the list.tuexen1-4/+1
2010-03-27Squelch some compiler warnings.guy1-7/+7
2009-10-19Made some functions static.stig1-2/+2
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-14/+14
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,morriss1-23/+26
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-3/+3
2006-10-01Change the filter dialog (capture and display filters), so it has a real Canc...ulfl1-60/+125
2006-05-21name changesahlberg1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-10/+11
2005-08-08various code cleanup:ulfl1-2/+1
2005-08-06"read_filter_list()" and "save_filter_list()" mallocate the path stringguy1-2/+2
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-4/+6
2005-06-09Try to read the "cfilters"/"dfilters" config files from the global path (prog...ulfl1-5/+23
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignguy1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-9/+9
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-10-24Have a routine that takes a file name for a personal configuration fileguy1-15/+6
2001-10-23Add a new routine to create the ".ethereal" directory for a user.guy1-17/+1
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-22/+19
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-9/+11
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesguy1-2/+2
2001-03-15Win32 doesn't have an "atomic rename" operation of the sort that UNIXguy1-3/+18
2001-03-13It's generally considered Bad Form to free something up if you've handedguy1-2/+1
2001-02-03Increment the line number for every line seen.guy1-12/+11
2001-02-03Allow filter names and expressions of arbitrary length, and, in theguy1-30/+170
2001-01-28Include <direct.h>, if we have it, to declare "mkdir()" on Windows.guy1-1/+5
2001-01-28Have separate capture and display filter lists; some filter dialog boxesguy1-37/+261
2001-01-28Call "get_filter_list()" when Ethereal starts up.guy1-8/+21
2001-01-28Pull the stuff to read and write the list of filter expressions up intoguy1-0/+144