mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
rename filter to tablefilter in preparation of event filters...
This commit is contained in:
parent
f0e5303330
commit
18591b53d4
8 changed files with 33 additions and 33 deletions
|
@ -46,7 +46,7 @@ event bro_init()
|
|||
{
|
||||
# first read in the old stuff into the table...
|
||||
Input::create_stream(A::LOG, [$source="input.log"]);
|
||||
Input::add_filter(A::LOG, [$name="ssh", $idx=idx, $val=val, $destination=servers]);
|
||||
Input::add_tablefilter(A::LOG, [$name="ssh", $idx=idx, $val=val, $destination=servers]);
|
||||
Input::force_update(A::LOG);
|
||||
print servers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue