Extend coverage of #ifdef HAVE_PCAP_REMOTE to cover the static function insert_new_ro...
[obnox/wireshark/wip.git] / filters.c
2011-10-13 tuexenUse g_list_first() to find the first element in the...
2010-03-27 guySquelch some compiler warnings.
2009-10-19 stigMade some functions static.
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-02-26 morrissget_datafile_path() and get_persconffile_path() return...
2008-01-14 stigThis patch adds support for configuration profiles...
2006-10-01 ulflChange the filter dialog (capture and display filters...
2006-05-21 sahlbergname change
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-08 ulflvarious code cleanup:
2005-08-06 guy"read_filter_list()" and "save_filter_list()" mallocate...
2005-08-06 jmayerLast set of char -> const char trivial warning fixes.
2005-06-09 ulflTry to read the "cfilters"/"dfilters" config files...
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-07-18 guySet the svn:eol-style property on all text files to...
2003-12-04 guyIn GTK+ 2.x, "gtk_entry_get_text()" returns a "const...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-10-24 guyHave a routine that takes a file name for a personal...
2001-10-23 guyAdd a new routine to create the ".ethereal" directory...
2001-10-22 guyAdd a routine to get the directory in which personal...
2001-10-21 guyUse G_DIR_SEPARATOR_S rather than "/" as a pathname...
2001-04-02 guy"get_home_dir()", in "epan/filesystem.c", uses
2001-03-15 guyWin32 doesn't have an "atomic rename" operation of...
2001-03-13 guyIt's generally considered Bad Form to free something...
2001-02-03 guyIncrement the line number for every line seen.
2001-02-03 guyAllow filter names and expressions of arbitrary length...
2001-01-28 guyInclude <direct.h>, if we have it, to declare "mkdir...
2001-01-28 guyHave separate capture and display filter lists; some...
2001-01-28 guyCall "get_filter_list()" when Ethereal starts up.
2001-01-28 guyPull the stuff to read and write the list of filter...