Fix the sample filter for capturing traffic to or from a particular MAC
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Feb 2004 06:50:30 +0000 (06:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Feb 2004 06:50:30 +0000 (06:50 +0000)
address to match what libpcap expects.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10107 f5534014-38df-0310-8fa8-9805f1628bb7

help/capture_filters.txt

index f331e3b846e8a5ac1efce81c1e963c07b54ad273..204c41d8afd7c95d82cc273e7f4d16006c57b0d5 100644 (file)
@@ -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