logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pcap_dump_file - get the standard I/O stream for a savefile being written

Description

pcap_dump_file() returns the standard I/O stream of the ``savefile'' opened by pcap_dump_open(3PCAP).

Name

pcap_dump_file - get the standard I/O stream for a savefile being written

See Also

pcap(3PCAP) 3 January 2014 PCAP_DUMP_FILE(3PCAP)

Synopsis

#include<pcap/pcap.h>FILE*pcap_dump_file(pcap_dumper_t*p);

See Also