mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
![]() I added another small change - since we are inlining Configure(), we can just set bro_plugin directly to BRO_PLUGIN_BRO_VERSION in src/plugin/Plugin.h, instead of depending on the plugin to do it. This also means we do not need to change init-plugin in bro-aux at this moment. BIT-1828 #closed * origin/topic/robin/plugin-version-check: Adding plugin API number into versioned function name, and removing old runtime API version check. Extend plugin infrastructure to catch Bro version mismatches at link time. |
||
---|---|---|
.. | ||
btest | ||
external | ||
scripts | ||
.gitignore | ||
Makefile | ||
README |
This directory contains suites for testing for Bro's correct operation: btest/ An ever-growing set of small unit tests testing Bro's functionality. external/ A framework for downloading additional test sets that run more complex Bro 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.