aboutsummaryrefslogtreecommitdiffstats
path: root/filters.h
AgeCommit message (Collapse)AuthorFilesLines
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignguy1-3/+3
its value to pointer-to-const variables. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9161 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-28Have separate capture and display filter lists; some filter dialog boxesguy1-5/+43
use the capture filter lists, and others use the display filter list, as appropriate. Have separate menu items for editing the capture and display filter lists. Have separate "~/.ethereal/cfilters" and "~/.ethereal/dfilters" files for the two lists; if either of those files isn't found, we try "~/.ethereal/filters", which means that you will start out with two identical lists holding all your filters - if certain filters belong only in one list, you'll have to delete them by hand from the other list. Do I/O error checking when reading and writing filter lists; when writing a filter list, write it to a new file, and then rename the new file on top of the old file, so that you don't lose your old filter list if, for example, you run out of disk space or disk quota. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2948 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-28Pull the stuff to read and write the list of filter expressions up intoguy1-0/+41
a file in the top-level directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2946 f5534014-38df-0310-8fa8-9805f1628bb7