From: Ron Dempster (rdempste) Date: Thu, 21 Jul 2022 17:06:55 +0000 (+0000) Subject: Pull request #3521: pub_sub: add definitions for ssl block and block with reset messages X-Git-Tag: 3.1.38.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b1bc40f92d62406e37902cd0803fa11e55b03b;p=thirdparty%2Fsnort3.git Pull request #3521: pub_sub: add definitions for ssl block and block with reset messages Merge in SNORT/snort3 from ~RDEMPSTE/snort3:event_driven_xff to master Squashed commit of the following: commit 94cd95079f8377ae56dc8b2750afcbe539f09476 Author: Ron Dempster (rdempste) Date: Fri Jul 15 07:42:53 2022 -0400 pub_sub: add definitions for ssl block and block with reset messages --- diff --git a/src/pub_sub/data_decrypt_event.h b/src/pub_sub/data_decrypt_event.h index b52ec8707..4f57ca1d3 100644 --- a/src/pub_sub/data_decrypt_event.h +++ b/src/pub_sub/data_decrypt_event.h @@ -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 };