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:
Johanna Amann 2020-10-16 07:05:31 +00:00
commit 65125121d8
10 changed files with 9570 additions and 4 deletions

5
NEWS
View file

@ -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
---------------------