GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PCAP_SNAPSHOT(3) FreeBSD Library Functions Manual PCAP_SNAPSHOT(3)

pcap_snapshot - get the snapshot length

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

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).

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.

pcap(3)
7 April 2014

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.