mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Merge remote-tracking branch 'origin/topic/etyp/fix-reenable-analyzer-log'
* origin/topic/etyp/fix-reenable-analyzer-log: Fix Spicy re-enable builtin analyzer debug message
This commit is contained in:
commit
14fa756d31
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.0.0-dev.346 | 2025-06-04 08:39:54 -0400
|
||||
|
||||
* Fix Spicy re-enable builtin analyzer debug message (Evan Typanski, Corelight)
|
||||
|
||||
8.0.0-dev.341 | 2025-06-03 11:54:04 -0700
|
||||
|
||||
* Redis: Add support for sending AUTH commands during connection (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.341
|
||||
8.0.0-dev.346
|
||||
|
|
|
@ -354,7 +354,7 @@ bool Manager::toggleProtocolAnalyzer(const Tag& tag, bool enable) {
|
|||
analyzer_mgr->DisableAnalyzer(tag);
|
||||
|
||||
if ( analyzer.replaces ) {
|
||||
SPICY_DEBUG(hilti::rt::fmt("Re-enabling standard protocol analyzer %s", analyzer.name_analyzer));
|
||||
SPICY_DEBUG(hilti::rt::fmt("Re-enabling standard protocol analyzer %s", analyzer.name_replaces));
|
||||
analyzer_mgr->EnableAnalyzer(analyzer.replaces);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue