summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-04-18 00:16:11 -0700
committerGuy Harris <guy@alum.mit.edu>2019-04-18 00:16:11 -0700
commit1f30c0e9d32a2b7bb8e6571b7d9b2d57d3dc16ba (patch)
tree29171c797ec8d95fcfaf0ff928ae7a6c9f79f0fd /CMakeLists.txt
parent42682f7bb9694856583bece5fe70f235f8e35d83 (diff)
downloadtcpdump-1f30c0e9d32a2b7bb8e6571b7d9b2d57d3dc16ba.tar.gz
Update comments to mention Npcap.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ae6e147..32564309 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -520,7 +520,7 @@ endif(HAVE_AF_INET6 AND HAVE_STRUCT_IN6_ADDR)
######################################
#
-# libpcap/WinPcap.
+# libpcap/WinPcap/Npcap.
# First, find it.
#
find_package(PCAP REQUIRED)
@@ -540,7 +540,7 @@ set(CMAKE_REQUIRED_INCLUDES ${PCAP_INCLUDE_DIRS})
check_include_file(pcap/pcap-inttypes.h HAVE_PCAP_PCAP_INTTYPES_H)
#
-# Check for various functions in libpcap/WinPcap.
+# Check for various functions in libpcap/WinPcap/Npcap.
#
cmake_push_check_state()
set(CMAKE_REQUIRED_LIBRARIES ${PCAP_LIBRARIES})