]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4658: appid: Modified shadow traffic status to default
authorBhumika Sachdeva (bsachdev) <bsachdev@cisco.com>
Wed, 12 Mar 2025 20:27:06 +0000 (20:27 +0000)
committerChris Sherwin (chsherwi) <chsherwi@cisco.com>
Wed, 12 Mar 2025 20:27:06 +0000 (20:27 +0000)
Merge in SNORT/snort3 from ~BSACHDEV/snort3:status_shadow_traffic_default to master

Squashed commit of the following:

commit 752c252429c631f756fcbe0bcae670067f9e83a5
Author: bsachdev <bsachdev@cisco.com>
Date:   Tue Mar 11 10:23:44 2025 -0400

    appid: Modified shadow traffic status to default

src/network_inspectors/appid/appid_config.h

index f68385a4ce075be0362d15fe16e739bb9e6cc5e9..f121a99a98f49033c3b18e759b2ccdfca6aba129 100644 (file)
@@ -325,7 +325,7 @@ private:
 
     uint32_t version;
     static uint32_t next_version;
-    bool appid_shadow_traffic_status = true;
+    bool appid_shadow_traffic_status = false;
 };
 
 class OdpThreadContext