From 45bac4dda7837e0c618da54847f718673d144c86 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 9 Jun 2005 07:43:32 +0000 Subject: 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 --- cfilters | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cfilters (limited to 'cfilters') diff --git a/cfilters b/cfilters new file mode 100644 index 0000000000..5fecfb8865 --- /dev/null +++ b/cfilters @@ -0,0 +1,13 @@ +"Ethernet address 00:08:15:00:08:15" ether host 00:08:15:00:08:15 +"Ethernet type 0x0806 (ARP)" ether proto 0x0806 +"No Broadcast and no Multicast" not broadcast and not multicast +"No ARP" not arp +"IP only" ip +"IP address 192.168.0.1" host 192.168.0.1 +"IPX only" ipx +"TCP only" tcp +"UDP only" udp +"TCP or UDP port 80 (HTTP)" port 80 +"HTTP TCP port (80)" tcp port http +"No ARP and no DNS" not arp and port not 53 +"Non-HTTP and non-SMTP to/from www.ethereal.com" not port 80 and not port 25 and host www.ethereal.com -- cgit v1.2.3