aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/cfilter_combo_utils.h
AgeCommit message (Collapse)AuthorFilesLines
2005-09-21fix/add doxygen commentsUlf Lamping1-0/+4
svn path=/trunk/; revision=15941
2004-10-07Save the capture filter in the recent list iff the capture succeeds. Guy Harris1-7/+0
Checking the syntax involves opening a device, which 1) might not succeed and 2) might tie up a BPF device or otherwise consume resources so we leave it up to the capture operation to do the checking. svn path=/trunk/; revision=12225
2004-09-28Normalize line endings and set svn:eol-style to native.Guy Harris1-36/+37
Set svn:keywords to Id to expand RCS IDs. Include <string.h> to declare "strcmp()" and "strlen()". svn path=/trunk/; revision=12126
2004-09-28from Thomas Palmer: add a combobox for the recently used capture filter stringsUlf Lamping1-0/+36
svn path=/trunk/; revision=12123