aboutsummaryrefslogtreecommitdiffstats
path: root/colorfilters
AgeCommit message (Collapse)AuthorFilesLines
2008-07-30From Stephen Donnelly:etxrab1-0/+4
Infiniband Dissector Plugin 1.2.0 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25876 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-22Note to self: read documentation first.stig1-1/+1
Reverted previous change... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25353 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-22Fix multicast address for "TTL low or unexpected".stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25352 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-03Fix for Bug 2151:jake1-1/+1
Mask out all multicast addresses by their prefix, which is 4 bit wide i.s.o. 24 bit git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23990 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-21Cosmetic change to order the icmp.typestig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23533 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-28On 2nd thought: change color filter name from "Low TTL" to "TTL low or ↵wmeier1-1/+1
unexpected" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22717 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-28From Todd Martin: "Flag IP TTL more intelligently".wmeier1-1/+1
Also: Change default "Low TTL" color filter to match. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22715 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-14Add checksum verification to the CDP dissector and add an entry for thissfisher1-1/+1
in the main colorfilters file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20134 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-29make the checksum fields visible for TCP and UDPulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19727 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-30Do it properly now: "ipx || stx" -> "ipx || spx"jake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18620 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-30From Stephen Fisher:jake1-1/+1
The default colorfilters file in Wireshark has an entry titled IPX. It matches "ipx || stp" which should probably be "ipx || spx". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18618 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22ethereal->wireshark updatessahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18206 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-13Add redirects to the ICMP filter.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17284 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-27- Add checksum verificationjmayer1-1/+1
- Add checksum check to colorfilters git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15563 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-26fix #378:ulfl1-1/+1
use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15535 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-11fix a syntax error in the "Routing" rule, reported by Jeff Morrissulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14898 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-17Tweak the global coloring rules a bit. Give "normal" traffic pastelgerald1-6/+15
backgrounds and "bad" traffic bold backgrounds, which is the strategy used in some of the sample coloring rules. Include a few rules from the samples as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14685 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-09provide global default files for cfilters/colorfilters/dfiltersulfl1-0/+11
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14595 f5534014-38df-0310-8fa8-9805f1628bb7