inlining of Zeek script functions

This commit is contained in:
Vern Paxson 2020-11-19 16:05:42 -08:00
parent 3c39f11726
commit c42586af2c
63 changed files with 21807 additions and 171 deletions

View file

@ -0,0 +1,15 @@
[source=wc -l ../input.log |, reader=Input::READER_RAW, mode=Input::MANUAL, name=input, fields=Val, want_record=F, ev=line
{
print outfile, description;
print outfile, tpe;
print outfile, s;
inline(input){{
return (Input::__remove_stream(Input::id));
}};
close(outfile);
terminate();
}, error_ev=<uninitialized>, config={
}]
Input::EVENT_NEW
8 ../input.log