From Jim McDonough: add names for some additional SAM messages.
[metze/wireshark/wip.git] / filters.c
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...