zeek/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
misc Merge remote-tracking branch 'origin/fastpath' 2012-11-05 13:59:30 -08:00
protocols Fixing tests after modbus merge. 2012-11-05 15:58:38 -08:00
utils Merge branch 'topic/robin/intel-framework-merge' 2012-11-05 16:00:38 -08:00
init-bare.bro Merge remote-tracking branch 'remotes/origin/topic/seth/modbus-merge' 2012-11-05 15:26:57 -08:00
init-default.bro Merge branch 'topic/robin/intel-framework-merge' 2012-11-05 16:00:38 -08:00