From a4c59cd9a6c74edfe362782bddebbb6642335d4b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 19 Feb 2004 06:50:30 +0000 Subject: Fix the sample filter for capturing traffic to or from a particular MAC address to match what libpcap expects. svn path=/trunk/; revision=10107 --- help/capture_filters.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help') diff --git a/help/capture_filters.txt b/help/capture_filters.txt index f331e3b846..204c41d8af 100644 --- a/help/capture_filters.txt +++ b/help/capture_filters.txt @@ -10,9 +10,9 @@ Note: This capture filter language is different from the one used for the Ethere Some common examples: --------------------- -Example Ethernet: capture all traffic to and from the Ethernet address 08.00.08.15.ca.fe +Example Ethernet: capture all traffic to and from the Ethernet address 08:00:08:15:ca:fe -ether 08.00.08.15.ca.fe +ether host 08:00:08:15:ca:fe Example IP: capture all traffic to and from the IP address 192.168.0.10 -- cgit v1.2.1