Driver: Prefer Npcap

Prefer Npcap over WinPcap and TCP
This commit is contained in:
Kyle Schwarz
2025-06-04 22:14:09 -04:00
parent b3d47f2ae5
commit c4e858d346
4 changed files with 9 additions and 17 deletions
-1
View File
@@ -430,7 +430,6 @@ if(LIBICSNEO_ENABLE_RAW_ETHERNET)
add_definitions(-DWPCAP -DHAVE_REMOTE)
else()
target_include_directories(icsneocpp PUBLIC AFTER ${LIBICSNEO_NPCAP_INCLUDE_DIR})
add_definitions(-DNPCAP)
endif()
else()
find_package(PCAP REQUIRED)