From: Francois-Xavier Le Bail Date: Fri, 5 Feb 2021 17:01:41 +0000 (+0100) Subject: SMB: Disable the printer by default with CMake build X-Git-Tag: tcpdump-4.99.1~73 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6d8cb09a1771170e039d9045cf66455d880a1dd5 SMB: Disable the printer by default with CMake build This is a follow-up to commit 192db0a116f5ee419fddbdadf5822a7a3179d6c3. [skip ci] (cherry picked from commit 5cae5a274c59d95ffad39b3930fe19af78c18830) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 72091428..0f5d279f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ option(WITH_SMI "Build with libsmi, if available" ON) option(WITH_CRYPTO "Build with OpenSSL/libressl libcrypto, if available" ON) option(WITH_CAPSICUM "Build with Capsicum security functions, if available" ON) option(WITH_CAP_NG "Use libcap-ng, if available" ON) -option(ENABLE_SMB "Build with the SMB dissector" ON) +option(ENABLE_SMB "Build with the SMB dissector" OFF) # # String parameters. Neither of them are set, initially; only if the