]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4621: shadowtraffic_aggregator: changes for fake TLS
authorShilpa Nagpal (shinagpa) <shinagpa@cisco.com>
Wed, 19 Feb 2025 10:38:31 +0000 (10:38 +0000)
committerLokesh Bevinamarad (lbevinam) <lbevinam@cisco.com>
Wed, 19 Feb 2025 10:38:31 +0000 (10:38 +0000)
Merge in SNORT/snort3 from ~SHINAGPA/snort3:lov_domain_faking to master

Squashed commit of the following:

commit 4d3828522fe071fddc45f66cce7faecb375674b7
Author: Shilpa Nagpal <shinagpa@cisco.com>
Date:   Mon Feb 17 15:26:38 2025 +0530

    shadowtraffic_aggregator: changes for domain faking

src/pub_sub/shadowtraffic_aggregator.h

index 0ce2daf686f032c42737bba03c47e7d9cf354166..8cc86ce40b350b9fd608222378f3a3f757d858ec 100644 (file)
@@ -29,7 +29,7 @@
 #define ShadowTraffic_Type_Evasive_VPN        0x00000004
 #define ShadowTraffic_Type_Multihop_Proxy     0x00000008
 #define ShadowTraffic_Type_Domain_Fronting    0x00000010
-#define ShadowTraffic_Type_Domain_Faking      0x00000020
+#define ShadowTraffic_Type_Fake_TLS      0x00000020
 
 namespace snort
 {