mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
allow sets to be read from files, convenience function for reading a file once,
bug in destructor that could lead to a segfault.
This commit is contained in:
parent
2a6387129c
commit
a68e6b9fa4
3 changed files with 75 additions and 15 deletions
|
@ -49,4 +49,6 @@ event bro_init()
|
|||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue