Provided by: libpcap0.8-dev_1.8.1-6ubuntu1.18.04.2_amd64
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 resources.
SEE ALSO
pcap(3PCAP) 3 January 2014 PCAP_CLOSE(3PCAP)