aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-19 06:50:30 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-19 06:50:30 +0000
commita4c59cd9a6c74edfe362782bddebbb6642335d4b (patch)
tree49454cebab5756ec9b358f266f958ae1e734fcac /help
parentd09c4c4eabd68e19b7ac8573cd28b7ebcb4e53f8 (diff)
Fix the sample filter for capturing traffic to or from a particular MAC
address to match what libpcap expects. svn path=/trunk/; revision=10107
Diffstat (limited to 'help')
-rw-r--r--help/capture_filters.txt4
1 files changed, 2 insertions, 2 deletions
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