mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
8 lines
214 B
Text
8 lines
214 B
Text
# Checks that accurate stats are returned when reading from a trace file.
|
|
# @TEST-EXEC: bro -r $TRACES/wikipedia.trace >output %INPUT
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
event bro_done()
|
|
{
|
|
print get_net_stats();
|
|
}
|