mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Event: Bail on add_missing_remote_network_timestamp without add_network_timestamp
This commit is contained in:
parent
0ab53c75cd
commit
8fc86bb4b6
3 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
# @TEST-DOC: Using add_missing_remote_network_timestamp without add_network_timestamp is an error.
|
||||
#
|
||||
# @TEST-EXEC-FAIL: zeek -b %INPUT
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff .stderr
|
||||
|
||||
redef EventMetadata::add_network_timestamp = F;
|
||||
redef EventMetadata::add_missing_remote_network_timestamp = T;
|
Loading…
Add table
Add a link
Reference in a new issue