aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-03-10 12:21:12 -0800
committerGerald Combs <gerald@wireshark.org>2022-03-22 17:51:32 +0000
commit110dbffbe9a88e740c58a814d4174a3a85df9453 (patch)
treef09167090aac1d52a4c367c7150af9b4da3c1b17 /CMakeOptions.txt
parentbe03aa1a4d4e68ca7740e0fa737ad7f9f076da7c (diff)
Rename Sysdig Bridge to Falco Bridge.
The Sysdig Bridge plugin loads Falco plugins, so rename it to Falco Bridge. Make it optional and dependent on libsinsp+libscap, similar to our codec plugins. Remove some unused code.
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index e130951bc9..26d76df7d6 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -117,6 +117,7 @@ option(ENABLE_BCG729 "Build with G.729 codec support in RTP Player" ON)
option(ENABLE_ILBC "Build with iLBC codec support in RTP Player" ON)
option(ENABLE_LIBXML2 "Build with libxml2 support" ON)
option(ENABLE_OPUS "Build with opus support" ON)
+option(ENABLE_SINSP "Build with libsinsp+libscap support" ON)
# How to install
set(DUMPCAP_INSTALL_OPTION "normal" CACHE STRING "Permissions to install")