zeek/testing/btest
Robin Sommer b69ecff3ee 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;
2011-03-09 16:52:46 -08:00
..
Baseline More options for the ASCII writer. 2011-03-09 16:52:46 -08:00
logging More options for the ASCII writer. 2011-03-09 16:52:46 -08:00
Scripts Tests for the logging functionality, including a basic btest 2011-02-21 18:29:41 -08:00
.gitignore Tests for the logging functionality, including a basic btest 2011-02-21 18:29:41 -08:00
btest.cfg Rotation support. 2011-03-06 19:32:44 -08:00