]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3521: pub_sub: add definitions for ssl block and block with reset messages
authorRon Dempster (rdempste) <rdempste@cisco.com>
Thu, 21 Jul 2022 17:06:55 +0000 (17:06 +0000)
committerRon Dempster (rdempste) <rdempste@cisco.com>
Thu, 21 Jul 2022 17:06:55 +0000 (17:06 +0000)
Merge in SNORT/snort3 from ~RDEMPSTE/snort3:event_driven_xff to master

Squashed commit of the following:

commit 94cd95079f8377ae56dc8b2750afcbe539f09476
Author: Ron Dempster (rdempste) <rdempste@cisco.com>
Date:   Fri Jul 15 07:42:53 2022 -0400

    pub_sub: add definitions for ssl block and block with reset messages

src/pub_sub/data_decrypt_event.h

index b52ec8707254a344133b830915042b6fa23bd07f..4f57ca1d346a04467d672caf634443672d6bea90 100644 (file)
@@ -15,6 +15,8 @@ public:
     {
         DATA_DECRYPT_MONITOR_EVENT,
         DATA_DECRYPT_DO_NOT_DECRYPT_EVENT,
+        DATA_DECRYPT_BLOCK_EVENT,
+        DATA_DECRYPT_BLOCK_WITH_RESET_EVENT,
         DATA_DECRYPT_START_EVENT
     };