From X via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8914 :
[metze/wireshark/wip.git] / filters.c
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-22 Guy HarrisNote that, given that ws_rename() is a wrapper around...
2011-10-13 Michael TüxenUse g_list_first() to find the first element in the...
2010-03-27 Guy HarrisSquelch some compiler warnings.
2009-10-19 Stig BjørlykkeMade some functions static.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-02-26 Jeff Morrissget_datafile_path() and get_persconffile_path() return...
2008-01-14 Stig BjørlykkeThis patch adds support for configuration profiles...
2006-10-01 Ulf LampingChange the filter dialog (capture and display filters...
2006-05-21 Ronnie Sahlbergname change
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-08 Ulf Lampingvarious code cleanup:
2005-08-06 Guy Harris"read_filter_list()" and "save_filter_list()" mallocate...
2005-08-06 Jörg MayerLast set of char -> const char trivial warning fixes.
2005-06-09 Ulf LampingTry to read the "cfilters"/"dfilters" config files...
2004-09-11 Guy HarrisUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2003-12-04 Guy HarrisIn GTK+ 2.x, "gtk_entry_get_text()" returns a "const...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-10-24 Guy HarrisHave a routine that takes a file name for a personal...
2001-10-23 Guy HarrisAdd a new routine to create the ".ethereal" directory...
2001-10-22 Guy HarrisAdd a routine to get the directory in which personal...
2001-10-21 Guy HarrisUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-04-02 Guy Harris"get_home_dir()", in "epan/filesystem.c", uses
2001-03-15 Guy HarrisWin32 doesn't have an "atomic rename" operation of...
2001-03-13 Guy HarrisIt's generally considered Bad Form to free something...
2001-02-03 Guy HarrisIncrement the line number for every line seen.
2001-02-03 Guy HarrisAllow filter names and expressions of arbitrary length...
2001-01-28 Guy HarrisInclude <direct.h>, if we have it, to declare "mkdir...
2001-01-28 Guy HarrisHave separate capture and display filter lists; some...
2001-01-28 Guy HarrisCall "get_filter_list()" when Ethereal starts up.
2001-01-28 Guy HarrisPull the stuff to read and write the list of filter...