9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
# Checks that accurate stats are returned when reading from a trace file.
|
|
# @TEST-EXEC: zeek -b -r $TRACES/wikipedia.trace >output %INPUT
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
event zeek_done()
|
|
{
|
|
print get_net_stats();
|
|
}
|