summaryrefslogtreecommitdiff
path: root/pcap-filter.manmisc.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-07-03 13:15:01 -0700
committerGuy Harris <guy@alum.mit.edu>2010-07-03 13:15:01 -0700
commitcc7b2f2e42e508114c0b4162e6302e2a91c5b133 (patch)
tree4d8fd2c6fb020dc6de060af7898fcf86e5196c2a /pcap-filter.manmisc.in
parentaeda5c1d653740d8c47770b694882cf8b146f8c3 (diff)
downloadlibpcap-cc7b2f2e42e508114c0b4162e6302e2a91c5b133.tar.gz
Add support for "wlan ra" and "wlan ta".
The RA field is absent from management frames (addr1 is DA there), and addr1 in other frames. The TA field is absent from management frames (addr2 is SA there), and addr2, if present, in other frames. While we're at it, fix a font glitch in the pcap-filter man page.
Diffstat (limited to 'pcap-filter.manmisc.in')
-rw-r--r--pcap-filter.manmisc.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in
index 6b826e3c..d7b4b0a5 100644
--- a/pcap-filter.manmisc.in
+++ b/pcap-filter.manmisc.in
@@ -65,6 +65,8 @@ Possible directions are
.BR dst ,
.BR "src or dst" ,
.BR "src and dst" ,
+.BR ra ,
+.BR ta ,
.BR addr1 ,
.BR addr2 ,
.BR addr3 ,
@@ -76,6 +78,8 @@ there is no dir qualifier,
.B "src or dst"
is assumed.
The
+.BR ra ,
+.BR ta ,
.BR addr1 ,
.BR addr2 ,
.BR addr3 ,
@@ -472,6 +476,15 @@ and
.B scrub
(applies only to packets logged by OpenBSD's or FreeBSD's
.BR pf (4)).
+.IP "\fBwlan ra \fIehost\fR"
+True if the IEEE 802.11 RA is
+.IR ehost .
+The RA field is used in all frames except for management frames.
+.IP "\fBwlan ta \fIehost\fR"
+True if the IEEE 802.11 TA is
+.IR ehost .
+The TA field is used in all frames except for management frames and
+CTS (Clear To Send) and ACK (Acknowledgment) control frames.
.IP "\fBwlan addr1 \fIehost\fR"
True if the first IEEE 802.11 address is
.IR ehost .
@@ -490,7 +503,7 @@ True if the fourth IEEE 802.11 address, if present, is
.IR ehost .
The fourth address field is only used for
WDS (Wireless Distribution System) frames.
-.IP "\fBip\fR, \fBip6\fR, \fBarp\fR, \fBrarp\fR, \fBatalk\fR, \fBaarp\fR, \fBdecnet\fR, \fBiso\fR, \fBstp\fR, \fBipx\fR, \fInetbeui\fP"
+.IP "\fBip\fR, \fBip6\fR, \fBarp\fR, \fBrarp\fR, \fBatalk\fR, \fBaarp\fR, \fBdecnet\fR, \fBiso\fR, \fBstp\fR, \fBipx\fR, \fBnetbeui\fP"
Abbreviations for:
.in +.5i
.nf