Manual Page Result
0
Command: pcap_dump_file | Section: 3 | Source: MINIX | File: pcap_dump_file.3
PCAP_DUMP_FILE(3) Library Functions Manual PCAP_DUMP_FILE(3)
NAME
pcap_dump_file - get the standard I/O stream for a savefile being writ-
ten
SYNOPSIS
#include <pcap/pcap.h>
FILE *pcap_dump_file(pcap_dumper_t *p);
DESCRIPTION
pcap_dump_file() returns the standard I/O stream of the ``savefile''
opened by pcap_dump_open().
SEE ALSO
pcap(3)
5 April 2008 PCAP_DUMP_FILE(3)