aboutsummaryrefslogtreecommitdiffstats
path: root/filters.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris2003-12-041-2/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-9/+9
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-15/+6
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-231-17/+1
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-22/+19
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-9/+11
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-021-2/+2
* Win32 doesn't have an "atomic rename" operation of the sort that UNIXGuy Harris2001-03-151-3/+18
* It's generally considered Bad Form to free something up if you've handedGuy Harris2001-03-131-2/+1
* Increment the line number for every line seen.Guy Harris2001-02-031-12/+11
* Allow filter names and expressions of arbitrary length, and, in theGuy Harris2001-02-031-30/+170
* Include <direct.h>, if we have it, to declare "mkdir()" on Windows.Guy Harris2001-01-281-1/+5
* Have separate capture and display filter lists; some filter dialog boxesGuy Harris2001-01-281-37/+261
* Call "get_filter_list()" when Ethereal starts up.Guy Harris2001-01-281-8/+21
* Pull the stuff to read and write the list of filter expressions up intoGuy Harris2001-01-281-0/+144