From: guy Date: Thu, 18 Jan 2001 04:37:23 +0000 (+0000) Subject: Document the "any" interface, and note that captures on it won't be done X-Git-Tag: tcpdump-3.7.1~299 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/bf6db141f6229adc02adef80b5d970bf38fbe098 Document the "any" interface, and note that captures on it won't be done in promiscuous mode. --- diff --git a/tcpdump.1 b/tcpdump.1 index 5e8bab2c..f51c9fbf 100644 --- a/tcpdump.1 +++ b/tcpdump.1 @@ -1,4 +1,4 @@ -.\" @(#) $Header: /tcpdump/master/tcpdump/Attic/tcpdump.1,v 1.97 2001-01-17 18:53:20 guy Exp $ (LBL) +.\" @(#) $Header: /tcpdump/master/tcpdump/Attic/tcpdump.1,v 1.98 2001-01-18 04:37:23 guy Exp $ (LBL) .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996, 1997 .\" The Regents of the University of California. All rights reserved. @@ -162,6 +162,12 @@ Listen on \fIinterface\fP. If unspecified, \fItcpdump\fP searches the system interface list for the lowest numbered, configured up interface (excluding loopback). Ties are broken by choosing the earliest match. +.IP +On Linux systems with 2.2 or later kernels, an +.I interface +argument of ``any'' can be used to capture packets from all interfaces. +Note that captures on the ``any'' device will not be done in promiscuous +mode. .TP .B \-l Make stdout line buffered. Useful if you want to see the data