]> The Tcpdump Group git mirrors - libpcap/commitdiff
Add comments.
authorGuy Harris <[email protected]>
Fri, 29 Sep 2017 01:15:46 +0000 (18:15 -0700)
committerGuy Harris <[email protected]>
Fri, 29 Sep 2017 01:15:46 +0000 (18:15 -0700)
CMakeLists.txt

index efebfb76303981f2f1050e5d4b5fc3ede59ff877..f45f5ae80f3dc8921699a78b0d5fac68848888b4 100644 (file)
@@ -59,6 +59,9 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
     option(BUILD_WITH_LIBNL "Build with libnl" ON)
 endif()
 
+#
+# Additional capture modules.
+#
 option(DISABLE_USB "Disable USB sniffing support" OFF)
 option(DISABLE_BLUETOOTH "Disable Bluetooth sniffing support" OFF)
 option(DISABLE_NETMAP "Disable netmap support" OFF)
@@ -86,6 +89,9 @@ set(SNF_ROOT "/opt/snf" CACHE PATH "Path to directory with include and lib subdi
 option(DISABLE_TURBOCAP "Disable Riverbed TurboCap support" OFF)
 set(TURBOCAP_ROOT "" CACHE PATH "Path to directory with include and lib subdirectories for Riverbed TurboCap API")
 
+#
+# Debugging options.
+#
 option(BDEBUG "Build optimizer debugging code" OFF)
 option(YYDEBUG "Build parser debugging code" OFF)