rename filter to tablefilter in preparation of event filters...

This commit is contained in:
Bernhard Amann 2011-11-21 15:20:52 -08:00
parent f0e5303330
commit 18591b53d4
8 changed files with 33 additions and 33 deletions

View file

@ -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;
}