получить стандартный поток ввода-вывода для записываемого файла сохранения (get the standard I/O stream for a savefile being written)
Имя (Name)
pcap_dump_file - get the standard I/O stream for a savefile being
written
Синопсис (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
(3PCAP).
Смотри также (See also)
pcap
(3PCAP)