from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
PCAP_DUMP_FILE
Section: Misc. Reference Manual Pages (3PCAP) Updated: 3 January 2014 Index
Return to Main Contents
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().
SEE ALSO
pcap(3PCAP)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
|