mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/comment-fix'
* origin/topic/bbannier/comment-fix: Fix incorrectly copied comment [skip CI]
This commit is contained in:
commit
f2b6fbe1a4
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.0.0-dev.326 | 2025-06-02 11:43:56 -0700
|
||||
|
||||
* Fix incorrectly copied comment [skip CI] (Benjamin Bannier, Corelight)
|
||||
|
||||
8.0.0-dev.324 | 2025-06-02 17:32:39 +0200
|
||||
|
||||
* Event: Bail on add_missing_remote_network_timestamp without add_network_timestamp (Arne Welzel, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.324
|
||||
8.0.0-dev.326
|
||||
|
|
|
@ -104,7 +104,7 @@ public:
|
|||
bool EnableAnalyzer(EnumVal* tag);
|
||||
|
||||
/**
|
||||
* Enables an analyzer type. Disabled analyzers will not be
|
||||
* Disables an analyzer type. Disabled analyzers will not be
|
||||
* instantiated for new connections.
|
||||
*
|
||||
* @param tag The analyzer's tag.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue