mirror of
https://github.com/nmap/nmap.git
synced 2026-01-19 12:49:02 +00:00
Update libpcap to 1.7.3, partially addressing #34
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
.\" @(#) $Header: /tcpdump/master/libpcap/pcap_findalldevs.3pcap,v 1.3 2008-04-06 02:53:22 guy Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994, 1996, 1997
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
@@ -19,7 +17,7 @@
|
||||
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
|
||||
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.\"
|
||||
.TH PCAP_FINDALLDEVS 3PCAP "22 August 2010"
|
||||
.TH PCAP_FINDALLDEVS 3PCAP "10 January 2014"
|
||||
.SH NAME
|
||||
pcap_findalldevs, pcap_freealldevs \- get a list of capture devices, and
|
||||
free that list
|
||||
@@ -94,6 +92,12 @@ device flags:
|
||||
.TP
|
||||
.B PCAP_IF_LOOPBACK
|
||||
set if the device is a loopback interface
|
||||
.TP
|
||||
.B PCAP_IF_UP
|
||||
set if the device is up
|
||||
.TP
|
||||
.B PCAP_IF_RUNNING
|
||||
set if the device is running
|
||||
.RE
|
||||
.RE
|
||||
.PP
|
||||
@@ -167,7 +171,7 @@ for IPv6 addresses, it can be interpreted as if it pointed to a
|
||||
.PP
|
||||
The list of devices must be freed with
|
||||
.BR pcap_freealldevs() ,
|
||||
whch frees the list pointed to by
|
||||
which frees the list pointed to by
|
||||
.IR alldevs .
|
||||
.SH RETURN VALUE
|
||||
.B pcap_findalldevs()
|
||||
|
||||
Reference in New Issue
Block a user