mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
14 lines
504 B
Text
14 lines
504 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
[source=wc -l ../input.log |, reader=Input::READER_RAW, mode=Input::MANUAL, name=input, fields=Val, want_record=F, ev=line: event(description:Input::EventDescription, tpe:Input::Event, s:string)
|
|
{
|
|
print outfile, description;
|
|
print outfile, tpe;
|
|
print outfile, s;
|
|
Input::remove(input);
|
|
close(outfile);
|
|
terminate();
|
|
}, error_ev=<uninitialized>, config={
|
|
|
|
}]
|
|
Input::EVENT_NEW
|
|
8 ../input.log
|