zeek/scripts/base
Jon Siwek 6af436aad3 GH-1426: Improve handling of Broker data store creation failures
Broker::create_master() and Broker::create_clone() now return
a valid value even when there's a failure to open the backend database
(e.g. SQLite filesystem error).  In that case, the returned value can
still be passed into other data store operations, but they'll fail
immediately with an error.  Broker::is_closed() can now also be used to
determine whether the data store creation calls failed.
2021-03-06 02:32:29 -08:00
..
files Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
frameworks GH-1426: Improve handling of Broker data store creation failures 2021-03-06 02:32:29 -08:00
misc Tweak find-filtered-trace to not flag traces if they have non-TCP 2020-09-25 11:29:44 +00:00
packet-protocols GH-1389: Skip VN-Tag headers 2021-02-01 14:34:56 -07:00
protocols removing unused assignments from base scripts 2021-02-06 10:59:37 -08:00
utils Reverts the regex change in dead3226a5. 2020-11-18 15:35:17 -07:00
init-bare.zeek Fix various broken links in script documentation 2021-01-28 17:46:58 -08:00
init-default.zeek Add backtrace() and print_backtrace() 2020-07-03 14:09:31 -07:00
init-frameworks-and-bifs.zeek GH-1122: Allow initializing globals with calls to subdir BIFs 2020-08-27 12:20:37 -07:00