1PCAP_CLOSE(3PCAP) PCAP_CLOSE(3PCAP)
23
4
NAME
6pcap_close - close a capture device or savefile
7
SYNOPSIS
9#include <pcap/pcap.h>
1011
void pcap_close(pcap_t *p);
12
DESCRIPTION
14pcap_close() closes the files associated with p and deallocates
15resources.
16
SEE ALSO
18pcap(3PCAP)
1920
21
22
3 January 2014 PCAP_CLOSE(3PCAP)