mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Driver: Prefer Npcap
Prefer Npcap over WinPcap and TCP
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user