mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
It works. Even including all unit tests.
But: there are still a few places where I am sure that there are race conditions & memory leaks & I do not really like the current interface & I have to add a few more messages between the front and backend. But - it works :)
This commit is contained in:
parent
4e868d282d
commit
88233efb2c
16 changed files with 127 additions and 49 deletions
|
@ -48,7 +48,10 @@ event bro_init()
|
|||
Input::create_stream(A::INPUT, [$source="input.log"]);
|
||||
Input::add_tablefilter(A::INPUT, [$name="ssh", $idx=Idx, $val=Val, $destination=servers]);
|
||||
Input::force_update(A::INPUT);
|
||||
print servers;
|
||||
Input::remove_tablefilter(A::INPUT, "ssh");
|
||||
Input::remove_stream(A::INPUT);
|
||||
}
|
||||
|
||||
event Input::update_finished(id: Input::ID) {
|
||||
print servers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue