Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
capture
capture-wpcap.h
Go to the documentation of this file.
1
10
#ifndef CAPTURE_WPCAP_H
11
#define CAPTURE_WPCAP_H
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
/* __cplusplus */
16
17
#ifdef HAVE_LIBPCAP
18
#ifdef __MINGW32__
19
#include <_bsd_types.h>
20
#endif
21
#include <pcap.h>
22
#endif
23
24
extern
bool
has_wpcap;
25
26
extern
void
load_wpcap(
void
);
27
33
bool
npf_sys_is_running
(
void
);
34
35
#ifdef HAVE_LIBPCAP
36
int
37
ws_pcap_findalldevs_ex(
const
char
*a,
struct
pcap_rmtauth *b, pcap_if_t **c,
char
*errbuf);
38
#endif
39
40
#ifdef __cplusplus
41
}
42
#endif
/* __cplusplus */
43
44
#endif
/* CAPTURE_WPCAP_H */
npf_sys_is_running
bool npf_sys_is_running(void)
Generated by
1.9.8