tail head cat sleep
QR code linking to this page

Manual Pages  — PCAP_DUMP_CLOSE

NAME

pcap_dump_close - close a savefile being written to

CONTENTS

SYNOPSIS

#include <pcap/pcap.h>

void pcap_dump_close(pcap_dumper_t *p);

DESCRIPTION

pcap_dump_close() closes the ``savefile.''

SEE ALSO

pcap(3), pcap_dump_open(3), pcap_dump(3)

3 January 2014 PCAP_DUMP_CLOSE (3)

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options!
— The Unix Haters' handbook