aboutsummaryrefslogtreecommitdiffstats
path: root/dfilters
AgeCommit message (Collapse)AuthorFilesLines
2014-04-08The "not DNS" filter used UDP in the description but matched againstGerald Combs1-1/+1
TCP. DNS runs over both so update the filter to exclude both. Thanks to Yaron Fainstein for noticing this. Change-Id: I0c4d1fef7f8d725bf656cca87ba5908893fff0b2 Reviewed-on: https://code.wireshark.org/review/1028 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2005-06-09provide global default files for cfilters/colorfilters/dfiltersUlf Lamping1-0/+15
at least the colorfilters file needs some more "finetuning" NSIS (Win32): install these files into the Ethereal Program dir, but don't overwrite existing ones makefile.am: I've added the three files to EXTRA_DIST and pkgdata_DATA, which *seems* to be the right places svn path=/trunk/; revision=14595