]> The Tcpdump Group git mirrors - libpcap/commitdiff
Note that captures on the "any" device won't be done in promiscuous
authorguy <guy>
Thu, 18 Jan 2001 04:41:45 +0000 (04:41 +0000)
committerguy <guy>
Thu, 18 Jan 2001 04:41:45 +0000 (04:41 +0000)
mode, regardless of the value of "promisc".

pcap.3

diff --git a/pcap.3 b/pcap.3
index 36b374c042d99b1b95a4742e48e62de1be4584c4..6be156d67edba16a0ddaa56fa7c152147d71b411 100644 (file)
--- a/pcap.3
+++ b/pcap.3
@@ -1,4 +1,4 @@
-.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap.3,v 1.17 2001-01-03 22:52:26 guy Exp $
+.\" @(#) $Header: /tcpdump/master/libpcap/Attic/pcap.3,v 1.18 2001-01-18 04:41:45 guy Exp $
 .\"
 .\" Copyright (c) 1994, 1996, 1997
 .\"    The Regents of the University of California.  All rights reserved.
@@ -122,7 +122,11 @@ specifies the maximum number of bytes to capture.
 .I promisc
 specifies if the interface is to be put into promiscuous mode.
 (Note that even if this parameter is false, the interface
-could well be in promiscuous mode for some other reason.)
+could well be in promiscuous mode for some other reason.)  For now, this
+doesn't work on the "any" device; if an argument of "any" or NULL is
+supplied, the
+.I promisc
+flag is ignored.
 .I to_ms
 specifies the read timeout in milliseconds.  The read timeout is used to
 arrange that the read not necessarily return immediately when a packet