mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
![]() This change ensures that a connection record in script-land is kept current by setting the duration and history fields as well as any analyzer controlled fields (endpoint fields by ConnSize analyzer) to their most recent values even if no event was raised. This writes various RecordVal fields for every packet, rather than delaying until needed. The assumption here is that using fixed array offsets and non-Val types is efficient enough and we don't need to come up with anything more complicated. Closes #4214 #4786 |
||
---|---|---|
.. | ||
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.