mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/johanna/GH-169'
* topic/johanna/GH-169: Make event ordering deterministic dump-events: try to make baseline work on all systems Introduce generate_all_events bif and add option to misc/dump-events Fixes GH-169
This commit is contained in:
commit
65125121d8
10 changed files with 9570 additions and 4 deletions
5
NEWS
5
NEWS
|
@ -61,6 +61,11 @@ New Functionality
|
|||
|
||||
#!/usr/local/zeek/bin/zeek --
|
||||
|
||||
- Added a new ``generate_all_events`` bif, which can be used to always raise
|
||||
events, even when they are not used by scripts. This can be used by the
|
||||
``dump-events.zeek`` script to log all events that happen; the script
|
||||
got a new option to enable this behavior.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue