pcap_freealldevs.3pcap

Langue: en

Version: 5 April 2008 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

pcap_freealldevs - free a list of capture devices

SYNOPSIS

 #include <pcap/pcap.h>
 
 void pcap_freealldevs(pcap_if_t *alldevs);
 

DESCRIPTION

pcap_freealldevs() is used to free a list allocated by pcap_findalldevs().

SEE ALSO

pcap(3PCAP), pcap_findalldevs(3PCAP)