pcap_dump_file
get the standard I/O stream for a savefile being written
- Provided by: libpcap0.8-dev (Version: 1.10.4-4.1ubuntu3)
- Source: libpcap
- Report a bug
get the standard I/O stream for a savefile being written
#include <pcap/pcap.h>
FILE *pcap_dump_file(pcap_dumper_t *p);
pcap_dump_file() returns the standard I/O stream of the ``savefile'' opened by pcap_dump_open(3PCAP).
pcap(3PCAP)