1PCAP_SNAPSHOT(3PCAP)                                      PCAP_SNAPSHOT(3PCAP)
2
3
4

NAME

6       pcap_snapshot - get the snapshot length
7

SYNOPSIS

9       #include <pcap/pcap.h>
10
11       int pcap_snapshot(pcap_t *p);
12

DESCRIPTION

14       pcap_snapshot()    returns   the   snapshot   length   specified   when
15       pcap_set_snapshot() or pcap_open_live() was called, for a live capture,
16       or the snapshot length from the capture file, for a ``savefile''.
17

SEE ALSO

19       pcap(3PCAP)
20
21
22
23                                 5 April 2008             PCAP_SNAPSHOT(3PCAP)
Impressum