summaryrefslogtreecommitdiff
path: root/dfilters
AgeCommit message (Collapse)AuthorFilesLines
2015-08-19Use MAC address documentation range in filter examplesJoão Valverde1-1/+1
https://www.iana.org/assignments/ethernet-numbers/ethernet-numbers.xhtml Change-Id: I997440b7622dae4ea25d94e4041971f89b63fd04 Reviewed-on: https://code.wireshark.org/review/10121 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2015-08-19Add IPv6 examples to capture/display filtersJoão Valverde1-4/+6
Also use TEST-NET-1 for IPv4 examples. Replaced note using comma with parentheses Change-Id: I9855207aec7a335b80986aa63bd235edc4278d3a Reviewed-on: https://code.wireshark.org/review/10061 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
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