mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
7 lines
No EOL
139 B
Text
7 lines
No EOL
139 B
Text
# @TEST-EXEC: zeek -b -r $TRACES/smtp.trace %INPUT
|
|
# @TEST-EXEC: btest-diff .stdout
|
|
|
|
event net_done(t: time)
|
|
{
|
|
print get_conn_stats();
|
|
} |