1PCAP_CLOSE(3PCAP)                                            PCAP_CLOSE(3PCAP)
2
3
4

NAME

6       pcap_close - close a capture device or savefile
7

SYNOPSIS

9       #include <pcap/pcap.h>
10
11       void pcap_close(pcap_t *p);
12

DESCRIPTION

14       pcap_close()  closes  the  files  associated  with  p  and  deallocates
15       resources.
16

SEE ALSO

18       pcap(3PCAP)
19
20
21
22                                3 January 2014               PCAP_CLOSE(3PCAP)
Impressum