mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
continue finetuning of interface + adjust tests.
streaming + re-reading do not seem to work completely correctly + there are still some strange random crashes.
This commit is contained in:
parent
e59aed6ce3
commit
29f56b4986
15 changed files with 251 additions and 86 deletions
|
@ -45,6 +45,6 @@ event bro_init()
|
|||
Input::remove("ssh");
|
||||
}
|
||||
|
||||
event Input::update_finished(id: string) {
|
||||
event Input::update_finished(name: string, source:string) {
|
||||
print servers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue