mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
|
@ -0,0 +1,11 @@
|
|||
# @TEST-EXEC: bro -b -r $TRACES/wikipedia.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
|
||||
@load base/protocols/conn
|
||||
|
||||
redef Log::default_field_name_map = {
|
||||
["id.orig_h"] = "src",
|
||||
["id.orig_p"] = "src_port",
|
||||
["id.resp_h"] = "dst",
|
||||
["id.resp_p"] = "dst_port",
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue