mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

* TypeType values are now printable and yield the type name/alias * Fix record_fields BIF to return correct type name for fields * Allow TypeType values that point to a RecordType to be used with record_fields BIF
13 lines
317 B
Text
13 lines
317 B
Text
[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;
|
|
Input::remove(input);
|
|
close(outfile);
|
|
terminate();
|
|
}, error_ev=<uninitialized>, config={
|
|
|
|
}]
|
|
Input::EVENT_NEW
|
|
8 ../input.log
|