mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
More options for the ASCII writer.
# The prefix for the header line if included. const header_prefix = "# " &redef; # The string to use for empty string fields. const empty_field = "" &redef; # The string to use for an unset optional field. const unset_field = "-" &redef;
This commit is contained in:
parent
cb9e0a5d5a
commit
b69ecff3ee
7 changed files with 95 additions and 8 deletions
6
testing/btest/Baseline/logging.ascii-empty/output
Normal file
6
testing/btest/Baseline/logging.ascii-empty/output
Normal file
|
@ -0,0 +1,6 @@
|
|||
PREFIX<>t|id.orig_h|id.orig_p|id.resp_h|id.resp_p|status|country|b|
|
||||
1299718338.37017|1.2.3.4|1234|2.3.4.5|80|success|unknown|NOT-SET
|
||||
1299718338.37017|1.2.3.4|1234|2.3.4.5|80|NOT-SET|US|NOT-SET
|
||||
1299718338.37017|1.2.3.4|1234|2.3.4.5|80|failure|UK|NOT-SET
|
||||
1299718338.37017|1.2.3.4|1234|2.3.4.5|80|NOT-SET|BR|NOT-SET
|
||||
1299718338.37017|1.2.3.4|1234|2.3.4.5|80|failure|EMPTY|T
|
Loading…
Add table
Add a link
Reference in a new issue