zeek/src/threading
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
..
BasicThread.cc Fixing problem logging remotely when local logging was turned off. 2012-03-08 17:30:18 -08:00
BasicThread.h Bugfixes. 2012-02-12 13:07:26 -08:00
Manager.cc Merge remote-tracking branch 'origin/topic/robin/log-threads' into topic/bernhard/input-threads 2012-03-18 11:03:04 -07:00
Manager.h Improved signal handling. 2012-02-03 04:04:38 -08:00
MsgThread.cc Merge remote-tracking branch 'origin/topic/robin/log-threads' into topic/bernhard/input-threads 2012-03-18 11:03:04 -07:00
MsgThread.h Bugfixes. 2012-02-12 13:07:26 -08:00
Queue.h Fixing prof.log output. 2012-02-03 04:04:38 -08:00
SerialTypes.cc make optional fields possible for input framework. 2012-03-20 14:11:59 -07:00
SerialTypes.h make optional fields possible for input framework. 2012-03-20 14:11:59 -07:00