Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
14extern "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
24extern bool has_wpcap;
25
26extern void load_wpcap(void);
27
34
35#ifdef HAVE_LIBPCAP
36int
37ws_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 */
bool npf_sys_is_running(void)