aboutsummaryrefslogtreecommitdiffstats
path: root/filters.c
Commit message (Expand)AuthorAgeFilesLines
* Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss2013-04-091-3/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Note that, given that ws_rename() is a wrapper around ws_stdio_rename()Guy Harris2012-05-221-1/+8
* Use g_list_first() to find the first element in the list.Michael Tüxen2011-10-131-4/+1
* Squelch some compiler warnings.Guy Harris2010-03-271-7/+7
* Made some functions static.Stig Bjørlykke2009-10-191-2/+2
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-14/+14
* get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2008-02-261-23/+26
* This patch adds support for configuration profiles, which can be used toStig Bjørlykke2008-01-141-3/+3
* Change the filter dialog (capture and display filters), so it has a real Canc...Ulf Lamping2006-10-011-60/+125
* name changeRonnie Sahlberg2006-05-211-2/+2
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-10/+11
* various code cleanup:Ulf Lamping2005-08-081-2/+1
* "read_filter_list()" and "save_filter_list()" mallocate the path stringGuy Harris2005-08-061-2/+2
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-4/+6
* Try to read the "cfilters"/"dfilters" config files from the global path (prog...Ulf Lamping2005-06-091-5/+23
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-1/+1
* 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