mojave man page for pcap_setfilter

Query: pcap_setfilter

OS: mojave

Section: 3pcap

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PCAP_SETFILTER(3PCAP)													     PCAP_SETFILTER(3PCAP)

NAME
pcap_setfilter - set the filter
SYNOPSIS
#include <pcap/pcap.h> int pcap_setfilter(pcap_t *p, struct bpf_program *fp);
DESCRIPTION
pcap_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 VALUE
pcap_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 ALSO
pcap(3PCAP), pcap_compile(3PCAP), pcap_geterr(3PCAP) 7 April 2014 PCAP_SETFILTER(3PCAP)
Related Man Pages
pcap_compile(3pcap) - debian
pcap_free_datalinks(3pcap) - debian
pcap_compile(3pcap) - osx
pcap_compile(3pcap) - hpux
pcap_compile(3pcap) - osf1
Similar Topics in the Unix Linux Community
Modifying sniffex.c to include concepts of parallel programming or threads
Infraction for aka.bhagvanji: Double Posting
Libpcap: Set a filter. (C)
using libpcap with timeout
pcap_dispatch hangs on vlan filter