mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
support for uninitialized fields & empty sets and tables.
The only snag is... with the default output format of the log-file writer, the input reader cannot tell if a table or set is empty or uninitialized (both cases use the same character by default). In this case, by default it is assumed that the field/vector is uninitalized.
This commit is contained in:
parent
4fef1e3f8c
commit
4dd95fcf3c
4 changed files with 57 additions and 79 deletions
|
@ -1 +1,3 @@
|
|||
@load ./main
|
||||
@load ./readers/ascii
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue