summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangwei <[email protected]>2019-09-03 19:26:08 +0800
committeryangwei <[email protected]>2019-09-03 19:26:08 +0800
commit834e7ef0790d7f51ff96fc893280ca71969ed78f (patch)
tree38d96d8c41a828101f51fb2b8542e1563de5d9ef
parentea2b8f427e67f5553be8c72badbb9c096957803f (diff)
设置默认捕包模式为pcap,保证CI成功v3.0.1-parallel
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 63b80bc..d568f24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,7 +68,7 @@ endif()
set(MESA_SDK_PREFIX "/opt/MESA/" CACHE STRING "MESA Framework Prefix")
# Capture Mode
-set(CAPTURE_MODE "MARSIO" CACHE STRING
+set(CAPTURE_MODE "PCAP" CACHE STRING
"CAPTURE_MODE set Capture network traffic chosen by the user, using PCAP as default")
set_property(CACHE CAPTURE_MODE PROPERTY STRINGS PCAP MARSIO PAG)