Commit Graph

22 Commits

Author SHA1 Message Date
Jaap Keuter c084355412 From Chris Maynard:
Take into account PIM protocol specifics with regards to TTL when colorizing packets.

svn path=/trunk/; revision=31807
2010-02-05 22:39:14 +00:00
Jaap Keuter 118a07bfde From Steve Karg:
Corrected the size of the for-loop counter declaration, added expert info and checksum_[good|bad] flags.
Added the MS/TP checksum bad setting to Checksum color filter.

svn path=/trunk/; revision=27670
2009-03-09 06:04:00 +00:00
Stig Bjørlykke 500b9039bd Use same coloring rule for icmp and icmpv6.
svn path=/trunk/; revision=27557
2009-02-26 21:30:33 +00:00
Stig Bjørlykke e2555e1176 Removed colorfilters for infiniband, as this dissector is not available when
building/running without plugins.

svn path=/trunk/; revision=26710
2008-11-06 16:11:30 +00:00
Anders Broman de0ca39861 From Stephen Donnelly:
Infiniband Dissector Plugin 1.2.0

svn path=/trunk/; revision=25876
2008-07-30 15:47:11 +00:00
Stig Bjørlykke da2f447a9b Note to self: read documentation first.
Reverted previous change...

svn path=/trunk/; revision=25353
2008-05-22 12:04:03 +00:00
Stig Bjørlykke de74a63802 Fix multicast address for "TTL low or unexpected".
svn path=/trunk/; revision=25352
2008-05-22 11:41:00 +00:00
Jaap Keuter 1afba5344f Fix for Bug 2151:
Mask out all multicast addresses by their prefix, which is 4 bit wide i.s.o. 24 bit

svn path=/trunk/; revision=23990
2008-01-03 07:05:05 +00:00
Stig Bjørlykke 92e15d965c Cosmetic change to order the icmp.type
svn path=/trunk/; revision=23533
2007-11-21 19:00:20 +00:00
Bill Meier 7c72f71f96 On 2nd thought: change color filter name from "Low TTL" to "TTL low or unexpected"
svn path=/trunk/; revision=22717
2007-08-28 21:24:34 +00:00
Bill Meier ac04f94a3d From Todd Martin: "Flag IP TTL more intelligently".
Also: Change default "Low TTL" color filter to match.

svn path=/trunk/; revision=22715
2007-08-28 20:58:50 +00:00
Stephen Fisher 3785851d84 Add checksum verification to the CDP dissector and add an entry for this
in the main colorfilters file.


svn path=/trunk/; revision=20134
2006-12-14 03:34:26 +00:00
Ulf Lamping 68187697a0 make the checksum fields visible for TCP and UDP
svn path=/trunk/; revision=19727
2006-10-29 13:53:07 +00:00
Jaap Keuter 4e01adf36e Do it properly now: "ipx || stx" -> "ipx || spx"
svn path=/trunk/; revision=18620
2006-06-30 08:05:10 +00:00
Jaap Keuter ed916f056b From Stephen Fisher:
The default colorfilters file in Wireshark has an entry titled IPX.  It
matches "ipx || stp" which should probably be "ipx || spx".

svn path=/trunk/; revision=18618
2006-06-30 05:59:06 +00:00
Ronnie Sahlberg f0b33a4789 ethereal->wireshark updates
svn path=/trunk/; revision=18206
2006-05-22 08:14:01 +00:00
Gerald Combs 22b9245605 Add redirects to the ICMP filter.
svn path=/trunk/; revision=17284
2006-02-13 20:11:43 +00:00
Jörg Mayer 4a9a14f2c6 - Add checksum verification
- Add checksum check to colorfilters


svn path=/trunk/; revision=15563
2005-08-27 05:33:50 +00:00
Ulf Lamping 8615ff5f80 fix #378:
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

svn path=/trunk/; revision=15535
2005-08-26 00:01:49 +00:00
Ulf Lamping eba6c1a70f fix a syntax error in the "Routing" rule, reported by Jeff Morriss
svn path=/trunk/; revision=14898
2005-07-11 20:14:43 +00:00
Gerald Combs 6126a01eb9 Tweak the global coloring rules a bit. Give "normal" traffic pastel
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.

svn path=/trunk/; revision=14685
2005-06-17 18:41:02 +00:00
Ulf Lamping 45bac4dda7 provide global default files for cfilters/colorfilters/dfilters
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
2005-06-09 07:43:32 +00:00