table of contents
other versions
- buster 1.8.1-6
- buster-backports 1.10.0-2~bpo10+1
- testing 1.10.0-2
- unstable 1.10.0-2
- experimental 1.10.1-1
PCAP_DUMP_FILE(3PCAP) | PCAP_DUMP_FILE(3PCAP) |
NAME¶
pcap_dump_file - get the standard I/O stream for a savefile being writtenSYNOPSIS¶
#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(3PCAP)3 January 2014 |