mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
9 lines
161 B
Text
9 lines
161 B
Text
#
|
|
# @TEST-EXEC: bro -b %INPUT >out
|
|
# @TEST-EXEC: btest-diff out
|
|
# @TEST-EXEC: test -f testfile
|
|
|
|
event bro_init()
|
|
{
|
|
print capture_state_updates("testfile");
|
|
}
|