mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Executive decision: empty fields are now logged as "(empty)" by default.
This commit is contained in:
parent
c1e656d89e
commit
c81477d9d3
1 changed files with 3 additions and 2 deletions
|
@ -19,8 +19,9 @@ export {
|
|||
## Separator between set elements.
|
||||
const set_separator = "," &redef;
|
||||
|
||||
## String to use for empty fields.
|
||||
const empty_field = "-" &redef;
|
||||
## String to use for empty fields. This should be different from
|
||||
## *unset_field* to make the output non-ambigious.
|
||||
const empty_field = "(empty)" &redef;
|
||||
|
||||
## String to use for an unset &optional field.
|
||||
const unset_field = "-" &redef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue