aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tap_dfilter_dlg.h
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in ↵Ulf Lamping1-0/+73
main.c instead) svn path=/trunk/; revision=24956
2005-08-21"gtk_tap_dfilter_dlg_cb()" is no longer used outsideGuy Harris1-36/+0
gtk/tap_dfilter_dlg.c; don't export it. That means that gtk/tap_dfilter_dlg.h is no longer useful; get rid of it. Rename "gtk_tap_dfilter_dlg_cb()" to "tap_dfilter_dlg_cb()", as it's inside GTK+-specific code, so there's no need to distinguish it from non-GTK+ callbacks. Update some comments to reflect the name change and the new API for registering tap_dfilter_dlg stats. Make the AFP and SMB stats use the gtk/tap_dfilter_dlg.c stuff. svn path=/trunk/; revision=15496
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-02add details for doxygenUlf Lamping1-2/+12
svn path=/trunk/; revision=11077
2003-12-19From Lars Roland:Guy Harris1-37/+2
use the common display filter dialog infrastructure in the MGCP service response time tap; add common infrastructure for updating the titles of tap dialogs when the capture file name changes. svn path=/trunk/; revision=9366
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-0/+61
taps, and use that in the H.225 taps. svn path=/trunk/; revision=9327