aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/capture_filters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/capture_filters.txt b/help/capture_filters.txt
index b269d9dfba..2afee31c31 100644
--- a/help/capture_filters.txt
+++ b/help/capture_filters.txt
@@ -2,7 +2,7 @@ Filtering packets while capturing
---------------------------------
Capture Filters are used to filter out uninteresting packets already at capture time. This is done to reduce the size of the resulting capture (file) and is especially useful on high traffic networks or for long term capturing.
-Ethereal uses the pcap (libpcap/WinPcap) filter language for capture filters. This language is explained in the tcpdump man page (http://www.tcpdump.org).
+Ethereal uses the pcap (libpcap/WinPcap) filter language for capture filters. This language is explained in the tcpdump man page under "expression" (http://www.tcpdump.org and search for "selects which").
Note: This capture filter language is different from the one used for the Ethereal display filters!