mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-4202'
* origin/topic/johanna/gh-4202: Update NEWS for Conn::set_conn changes DNS-fuzzer: raise new_connection event Optimize Conn::set_conn to minimize operations Move Conn::set_conn() from connection_state_remove to new_connection
This commit is contained in:
commit
a22b45c69e
38 changed files with 4270 additions and 4145 deletions
3
NEWS
3
NEWS
|
@ -282,6 +282,9 @@ New Functionality
|
|||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
- The `Conn::set_conn` function is now always run in `new_connection`, instead of only
|
||||
being run in `connection_state_remove`.
|
||||
|
||||
- Logging of failed analyzers has been overhauled. `dpd.log` was replaced
|
||||
by a new `analyzer.log` that presents a more unified and consistent view
|
||||
of failed analyzers. The previous `analyzer.log` was renamed to `analyzer-debug.log`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue