tail head cat sleep
QR code linking to this page

Manual Pages  — PCAP_SNAPSHOT

NAME

pcap_snapshot - get the snapshot length

CONTENTS

SYNOPSIS

#include <pcap/pcap.h>

int pcap_snapshot(pcap_t *p);

DESCRIPTION

pcap_snapshot() returns the snapshot length specified when pcap_set_snaplen(3) or pcap_open_live(3) was called, for a live capture, or the snapshot length from the capture file, for a ``savefile''.

It must not be called on a pcap descriptor created by  pcap_create(3) that has not yet been activated by  pcap_activate(3).

RETURN VALUE

pcap_snapshot() returns the snapshot length on success and PCAP_ERROR_NOT_ACTIVATED if called on a capture handle that has been created but not activated.

SEE ALSO

pcap(3)

7 April 2014 PCAP_SNAPSHOT (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.

Today, the Unix equivalent of a power drill would have 20 dials and switches, come with a nonstandard plug, require the user to hand-wind the motor coil, and not accept 3/8" or 7/8" drill bits (though this would be documented in the BUGS section of its instruction manual).
— The Unix Haters' handbook