zeek/scripts/base/frameworks
Robin Sommer f73eb3b086 Reworking thread termination logic.
Turns out the finish methods weren't called correctly, caused by a
mess up with method names which all sounded too similar and the wrong
one ended up being called. I've reworked this by changing the
thread/writer/reader interfaces, which actually also simplifies them
by getting rid of the requirement for writer backends to call their
parent methods (i.e., less opportunity for errors).

This commit also includes the following (because I noticed the problem
above when working on some of these):

     - The ASCII log writer now includes "#start <timestamp>" and
      "#end <timestamp> lines in the each file. The latter supersedes
      Bernhard's "EOF" patch.

      This required a number of tests updates. The standard canonifier
      removes the timestamps, but some tests compare files directly,
      which doesn't work if they aren't printing out the same
      timestamps (like the comm tests).

     - The above required yet another change to the writer API to
       network_time to methods.

     - Renamed ASCII logger "header" options to "meta".

     - Fixes #763 "Escape # when first character in log file line".

All btests pass for me on Linux FC15. Will try MacOS next.
2012-07-19 21:21:53 -07:00
..
cluster Merge remote-tracking branch 'origin/topic/jsiwek/ipv6-comm' 2012-05-24 17:01:34 -07:00
communication Merge remote-tracking branch 'vlad/info_record_fixes' 2012-07-13 16:20:49 -07:00
control Enable Bro to communicate with peers over non-global IPv6 addresses. 2012-05-17 12:59:20 -05:00
dpd Fixed some problems with the SOCKS analyzer and tests. 2012-06-20 22:57:46 -04:00
input Merge remote-tracking branch 'origin/topic/bernhard/reader-info' 2012-07-02 15:33:08 -07:00
intel This completes framework documentation package 4. 2012-01-06 16:36:22 -05:00
logging Reworking thread termination logic. 2012-07-19 21:21:53 -07:00
metrics Fixing a warning from the documentation generation. 2012-01-06 16:50:20 -05:00
notice Fixed a problem where cluster workers were still processing notices in some cases. 2012-04-26 10:45:28 -04:00
packet-filter Checkpoint after pass. 2012-02-15 13:07:08 -08:00
reporter Add reporter bif/framework documentation. 2011-12-07 16:54:40 -06:00
signatures Add more signature framework documentation. 2011-12-14 12:50:54 -06:00
software One more very minor change I forgot to commit. 2012-02-03 16:27:51 -05:00
tunnels Very small updates to the tunnels framework. 2012-06-20 13:56:42 -04:00