logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pcap_set_snaplen - set the snapshot length for a not-yet-activated capture handle

Description

pcap_set_snaplen() sets the snapshot length to be used on a capture handle when the handle is activated to snaplen.

Name

pcap_set_snaplen - set the snapshot length for a not-yet-activated capture handle

Return Value

pcap_set_snaplen() returns 0 on success or PCAP_ERROR_ACTIVATED if called on a capture handle that has been activated.

See Also

pcap(3PCAP), pcap_create(3PCAP), pcap_activate(3PCAP) 3 January 2014 PCAP_SET_SNAPLEN(3PCAP)

Synopsis

#include<pcap/pcap.h>intpcap_set_snaplen(pcap_t*p,intsnaplen);

See Also