diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
commit | c4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch) | |
tree | 93d5c6aa93d9987680dd1adad5685e2ad698f223 /capture/capture-wpcap.c | |
parent | Adding upstream version 4.2.6. (diff) | |
download | wireshark-c4e8a3222648fcf22ca207f1815ebbf7cd144eeb.tar.xz wireshark-c4e8a3222648fcf22ca207f1815ebbf7cd144eeb.zip |
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'capture/capture-wpcap.c')
-rw-r--r-- | capture/capture-wpcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capture/capture-wpcap.c b/capture/capture-wpcap.c index 4f7d1dca..792fef70 100644 --- a/capture/capture-wpcap.c +++ b/capture/capture-wpcap.c @@ -26,7 +26,7 @@ #include "capture/capture-wpcap.h" #include <wsutil/feature_list.h> -bool has_wpcap = false; +bool has_wpcap; #ifdef HAVE_LIBPCAP |