Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
PCAP_DUMP_CLOSE(3PCAP)					  PCAP_DUMP_CLOSE(3PCAP)

NAME
     pcap_dump_close - close a savefile being written to

SYNOPSIS
     #include <pcap/pcap.h>

     void pcap_dump_close(pcap_dumper_t *p);

DESCRIPTION
     pcap_dump_close() closes the ``savefile'' associated with p and deallocates
     resources. This means that, for example, if p refers to a savefile that was
     opened  with pcap_dump_fopen(), the stream provided to that routine will be
     closed unless it is stdout.

SEE ALSO
     pcap(3PCAP), pcap_dump_open(3PCAP), pcap_dump(3PCAP)

				 12 October 2024	  PCAP_DUMP_CLOSE(3PCAP)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pcap_dump_close&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help