]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4161: mercury: updating alpn info without sni in 7.6
authorVikash Ranjan (vikasran) <vikasran@cisco.com>
Thu, 25 Jan 2024 16:51:43 +0000 (16:51 +0000)
committerShanmugam S (shanms) <shanms@cisco.com>
Thu, 25 Jan 2024 16:51:43 +0000 (16:51 +0000)
Merge in SNORT/snort3 from ~VIKASRAN/snort3:vikash_work to master

Squashed commit of the following:

commit fecd5a2345c7a45cac943f3bb02bfdb95e87e2c3
Author: vikasran <vikasran@cisco.com>
Date:   Mon Dec 18 23:56:22 2023 +0530

    mercury: updating alpn info without sni in 7.6

src/pub_sub/eve_process_event.h

index 33f8c80c09df10b18af6b154e2ffcaf85b7954f8..ad2213fbacd86c6bc5b29da3fac897b43c8da2e0 100644 (file)
@@ -31,6 +31,8 @@ public:
 
     EveProcessEvent(const snort::Packet& p, const char* server) : p(p), server_name(server) { }
 
+    EveProcessEvent(const snort::Packet& p) : p(p) { }
+
     const snort::Packet* get_packet() const override { return &p; }
 
     const std::string& get_process_name() const