mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
inlining of Zeek script functions
This commit is contained in:
parent
3c39f11726
commit
c42586af2c
63 changed files with 21807 additions and 171 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue