WinPcap  4.1.3
Data Structures | Functions
daemon.h File Reference

Go to the source code of this file.

Data Structures

struct  daemon_slpars
 Structure that keeps the parameters needed by the daemon_serviceloop() function. More...
 

Functions

void daemon_serviceloop (void *ptr)
 
void pthread_suspend (int msec)
 

Function Documentation

◆ daemon_serviceloop()

void daemon_serviceloop ( void *  ptr)

◆ pthread_suspend()

void pthread_suspend ( int  msec)
pcap_findalldevs_ex
int pcap_findalldevs_ex(char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
Create a list of network devices that can be opened with pcap_open().
pcap_compile
int pcap_compile(pcap_t *p, struct bpf_program *fp, char *str, int optimize, bpf_u_int32 netmask)
Compile a packet filter, converting an high level filtering expression (see Filtering expression synt...
pcap_freealldevs
void pcap_freealldevs(pcap_if_t *alldevsp)
Free an interface list returned by pcap_findalldevs().
PCAP_SRC_IF_STRING
#define PCAP_SRC_IF_STRING
String that will be used to determine the type of source in use (file, remote/local interface).
Definition: remote-ext.h:177
pcap_setfilter
int pcap_setfilter(pcap_t *p, struct bpf_program *fp)
Associate a filter to a capture.

documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2010 CACE Technologies. Copyright (c) 2010-2013 Riverbed Technology. All rights reserved.