PCAP_CLOSE(3PCAP) | Package Capture Library Functions | PCAP_CLOSE(3PCAP) |
pcap_close - close a capture device or savefile
#include <pcap/pcap.h>
void pcap_close(pcap_t *p);
pcap_close() closes the files associated with p and deallocates resources.
3 January 2014 | OmniOS |