mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
9 lines
240 B
Text
9 lines
240 B
Text
# Bro shouldn't crash when doing nothing, nor outputting anything.
|
|
#
|
|
# @TEST-EXEC: cat /dev/null | bro -r $TRACES/wikipedia.trace %INPUT
|
|
# @TEST-EXEC: btest-diff reporter.log
|
|
|
|
event connection_established(c: connection)
|
|
{
|
|
print c$ftp;
|
|
}
|