From 834e7ef0790d7f51ff96fc893280ca71969ed78f Mon Sep 17 00:00:00 2001 From: yangwei Date: Tue, 3 Sep 2019 19:26:08 +0800 Subject: 设置默认捕包模式为pcap,保证CI成功 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3