1PCAP_DUMP_FILE(3PCAP) PCAP_DUMP_FILE(3PCAP)
23
4
NAME
6pcap_dump_file - get the standard I/O stream for a savefile being writ‐
7ten
8
SYNOPSIS
10#include <pcap/pcap.h>
1112
FILE *pcap_dump_file(pcap_dumper_t *p);
13
DESCRIPTION
15pcap_dump_file() returns the standard I/O stream of the ``savefile''
16opened by pcap_dump_open().
17
SEE ALSO
19pcap(3PCAP)
2021
22
23
5 April 2008 PCAP_DUMP_FILE(3PCAP)