Manual Page Result
0
Command: pcap_close | Section: 3 | Source: MINIX | File: pcap_close.3
PCAP_CLOSE(3) Library Functions Manual PCAP_CLOSE(3)
NAME
pcap_close - close a capture device or savefile
SYNOPSIS
#include <pcap/pcap.h>
void pcap_close(pcap_t *p);
DESCRIPTION
pcap_close() closes the files associated with p and deallocates re-
sources.
SEE ALSO
pcap(3)
5 April 2008 PCAP_CLOSE(3)