zeek/testing/btest/scripts/base
Robin Sommer a5e237f50c The ASCII writer now supports a filter config option
'only_single_header_row' that turns the output into CSV format.

In that mode all meta data is skipped except for a single header line
with the fields names. Example:

    local my_filter: Log::Filter = [$name = "my-filter", $writer = Log::WRITER_ASCII, $config = table(["only_single_header_row"] = "T")];

Contributed by Carsten Langer.
2012-11-23 19:38:53 -08:00
..
frameworks The ASCII writer now supports a filter config option 2012-11-23 19:38:53 -08:00
protocols Remove byte count parameter from modbus events carrying register arrays 2012-11-13 12:09:14 -06:00
utils Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00