mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
man: Clarify the "any" pseudo-interface further. [skip ci]
In the -f flag description just refer to the -i flag description to deduplicate the prose. In the -i flag description reword the "any" note consistently with that in pcap_create(3PCAP) and pcap_open_live(3PCAP).
This commit is contained in:
parent
40bf885bd5
commit
70e4bc73c3
2
CHANGES
2
CHANGES
@ -60,6 +60,8 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
|
|||||||
Make illumos build warning-free.
|
Make illumos build warning-free.
|
||||||
Makefile.in: Update the .c.o build rule (Remove hacks for old SunOS 4).
|
Makefile.in: Update the .c.o build rule (Remove hacks for old SunOS 4).
|
||||||
Autoconf: fix buggy tests for ether_ntohost().
|
Autoconf: fix buggy tests for ether_ntohost().
|
||||||
|
Documentation:
|
||||||
|
man: Clarify the "any" pseudo-interface further.
|
||||||
|
|
||||||
DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
|
DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
|
||||||
Summary for 4.99.6 tcpdump release (so far!)
|
Summary for 4.99.6 tcpdump release (so far!)
|
||||||
|
17
tcpdump.1.in
17
tcpdump.1.in
@ -20,7 +20,7 @@
|
|||||||
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||||
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
.\"
|
.\"
|
||||||
.TH TCPDUMP 1 "15 May 2024"
|
.TH TCPDUMP 1 "7 September 2024"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
tcpdump \- dump traffic on a network
|
tcpdump \- dump traffic on a network
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -408,10 +408,9 @@ The test for `foreign' IPv4 addresses is done using the IPv4 address and
|
|||||||
netmask of the interface on that capture is being done. If that
|
netmask of the interface on that capture is being done. If that
|
||||||
address or netmask are not available, either because the
|
address or netmask are not available, either because the
|
||||||
interface on that capture is being done has no address or netmask or
|
interface on that capture is being done has no address or netmask or
|
||||||
because it is the "any" pseudo-interface, which is
|
because it is the "any" pseudo-interface (see the
|
||||||
available in Linux and in recent versions of macOS and Solaris, and which
|
.B \-i
|
||||||
can capture on more than one interface, this option will not work
|
flag below), this option will not work correctly.
|
||||||
correctly.
|
|
||||||
.TP
|
.TP
|
||||||
.BI \-F " file"
|
.BI \-F " file"
|
||||||
Use \fIfile\fP as input for the filter expression.
|
Use \fIfile\fP as input for the filter expression.
|
||||||
@ -462,10 +461,14 @@ flag is not given, \fItcpdump\fP searches the system
|
|||||||
interface list for the lowest numbered, configured up interface
|
interface list for the lowest numbered, configured up interface
|
||||||
(excluding loopback), which may turn out to be, for example, ``eth0''.
|
(excluding loopback), which may turn out to be, for example, ``eth0''.
|
||||||
.IP
|
.IP
|
||||||
On Linux systems with 2.2 or later kernels and on recent versions of macOS
|
On all supported Linux systems, as well as on recent versions of macOS
|
||||||
and Solaris, an
|
and Solaris, an
|
||||||
.I interface
|
.I interface
|
||||||
argument of ``any'' can be used to capture packets from all interfaces.
|
argument of ``any'' can be used to capture packets from all network interfaces.
|
||||||
|
The latter should not be confused with all available capture devices as printed
|
||||||
|
by the
|
||||||
|
.B \-D
|
||||||
|
flag, which may also include D-Bus, USB etc.
|
||||||
Note that captures on the ``any'' pseudo-interface will not be done in promiscuous
|
Note that captures on the ``any'' pseudo-interface will not be done in promiscuous
|
||||||
mode.
|
mode.
|
||||||
.IP
|
.IP
|
||||||
|
Loading…
Reference in New Issue
Block a user