Query: pcap_setfilter
OS: centos
Section: 3pcap
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCAP_SETFILTER(3PCAP) PCAP_SETFILTER(3PCAP)NAMEpcap_setfilter - set the filterSYNOPSIS#include <pcap/pcap.h> int pcap_setfilter(pcap_t *p, struct bpf_program *fp);DESCRIPTIONpcap_setfilter() is used to specify a filter program. fp is a pointer to a bpf_program struct, usually the result of a call to pcap_com- pile().RETURN VALUEpcap_setfilter() returns 0 on success and -1 on failure. If -1 is returned, pcap_geterr() or pcap_perror() may be called with p as an argument to fetch or display the error text.SEE ALSOpcap(3PCAP), pcap_compile(3PCAP), pcap_geterr(3PCAP) 5 April 2008 PCAP_SETFILTER(3PCAP)
Related Man Pages |
---|
pcap_compile(3pcap) - mojave |
pcap_compile(3pcap) - centos |
pcap_compile.3pcap(3pcap) - mojave |
pcap_compile(3pcap) - x11r4 |
pcap_compile.3pcap(3pcap) - osx |
Similar Topics in the Unix Linux Community |
---|
can some1 help me in Modifying sniffex.c |
Infraction for aka.bhagvanji: Double Posting |
Libpcap: Set a filter. (C) |
using libpcap with timeout |
pcap_dispatch hangs on vlan filter |