mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
(Hopefully) fix race condition between trace and intel file.
This commit is contained in:
parent
70d222135b
commit
0d9869a2aa
1 changed files with 10 additions and 0 deletions
|
@ -16,3 +16,13 @@ www.dresdner-privat.de Intel::DOMAIN source1 test entry http://some-data-distrib
|
|||
|
||||
redef Intel::read_files += { "intel.dat" };
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
suspend_processing();
|
||||
}
|
||||
|
||||
event Input::end_of_data(name: string, source: string)
|
||||
{
|
||||
continue_processing();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue