zeek/testing/btest/scripts/base/frameworks
Bernhard Amann d39a389201 make optional fields possible for input framework.
This do not have to be present in the input file and are marked as &optional in the record description.

Those can e.g. be used to create field values on the file in a predicate while reading a file - example:

	Input::add_table([$source="input.log", $name="input", $idx=Idx, $val=Val, $destination=servers,
				$pred(typ: Input::Event, left: Idx, right: Val) = { right$notb = !right$b; return T; }
2012-03-20 14:11:59 -07:00
..
cluster Merge remote-tracking branch 'origin/topic/robin/parallel-btest' 2012-02-29 17:17:25 -08:00
communication Merge remote-tracking branch 'origin/topic/robin/parallel-btest' 2012-02-29 17:17:25 -08:00
control Merge remote-tracking branch 'origin/topic/robin/parallel-btest' 2012-02-29 17:17:25 -08:00
input make optional fields possible for input framework. 2012-03-20 14:11:59 -07:00
intel Reorganizing btest/policy directory to match new scripts/ organization 2011-08-11 10:43:11 -05:00
logging Merge remote-tracking branch 'origin/topic/robin/parallel-btest' 2012-02-29 17:17:25 -08:00
metrics Merge remote-tracking branch 'origin/topic/robin/parallel-btest' 2012-02-29 17:17:25 -08:00
notice Merge remote-tracking branch 'origin/topic/robin/parallel-btest' 2012-02-29 17:17:25 -08:00
packet-filter Add a Reporter::fatal BIF. 2011-08-25 13:13:39 -05:00
software Merge remote-tracking branch 'origin/topic/bernhard/software' 2012-02-03 16:17:04 -05:00