www.LinuxHowtos.org
PCAP_CLOSE
Section: Misc. Reference Manual Pages (3PCAP)Updated: 3 January 2014
Index Return to Main Contents
NAME
pcap_close - close a capture device or savefileSYNOPSIS
#include <pcap/pcap.h> void pcap_close(pcap_t *p);
DESCRIPTION
pcap_close() closes the files associated with p and deallocates resources.SEE ALSO
pcap(3PCAP)