]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: fallback to libpcap on Windows
authorJason Ish <jason.ish@oisf.net>
Tue, 25 Jan 2022 20:53:24 +0000 (14:53 -0600)
committerVictor Julien <vjulien@oisf.net>
Sun, 7 May 2023 17:47:14 +0000 (19:47 +0200)
commit298f68fd743317cef9f1b06924b43d487fe9bf6e
treed8cbdb5642aa2874f288e61109f1d4bb3f3b9028
parent18a71913e35ffe4742c49f6ed4a4e5416eb2319d
configure: fallback to libpcap on Windows

If npcap/wpcap is not found on Windows, try libpcap. This allows
Suricata to build without NPCap on Windows, however live capture won't
be available.

(cherry picked from commit 31ba4fd1522dd0d7f933767b9205c67a4e726fe5)
configure.ac