mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() The logic was template-based so far, which wasn't great because: (1) conceptually, it models the Spicy types at the wrong layer (C++ rather than HILTI types), and (2) stopped working with some recent Spicy updates (which we have temporarily reverted in the meantime to keep Zeek working). The new code is based on HILTI's runtime type information and the corresponding introspection API, pretty much like `spicy-dump` works as well. This is the recommended approach for working with HILTI values, and generally much cleaner. This is on top of https://github.com/zeek/zeek/pull/4300. |
||
---|---|---|
.. | ||
benchmark/broker | ||
btest | ||
builtin-plugins | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
CMakeLists.txt | ||
Makefile | ||
README |
This directory contains suites for testing for Zeek's correct operation: btest/ An ever-growing set of small unit tests testing Zeek's functionality. external/ A framework for downloading additional test sets that run more complex Zeek configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.