3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 2001 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
10 #ifndef CAPTURE_WPCAP_H
11 #define CAPTURE_WPCAP_H
15 #endif /* __cplusplus */
19 #include <_bsd_types.h>
24 extern bool has_wpcap
;
26 extern void load_wpcap(void);
29 * Check to see if npf.sys is running.
30 * @return true if npf.sys is running, false if it's not or if there was
31 * an error checking its status.
33 bool npf_sys_is_running(void);
37 ws_pcap_findalldevs_ex(const char *a
, struct pcap_rmtauth
*b
, pcap_if_t
**c
, char *errbuf
);
42 #endif /* __cplusplus */
44 #endif /* CAPTURE_WPCAP_H */