Commit Graph

9 Commits

Author SHA1 Message Date
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