zeek/testing/btest/scripts/base/frameworks
Arne Welzel d2314d2666 files.log: Unroll and introduce uid and id fields
This is a script-only change that unrolls File::Info records into
multiple files.log entries if the same file was seen over different
connections by single worker. Consequently, the File::Info record
gets the commonly used uid and id fields added. These fields are
optional for File::Info - a file may be analyzed without relation
to a network connection (e.g by using Input::add_analysis()).

The existing tx_hosts, rx_hosts and conn_uids fields of Files::Info
are not meaningful after this change and removed by default. Therefore,
files.log will have them removed, too.

The tx_hosts, rx_hosts and conn_uids fields can be revived by using the
policy script frameworks/files/deprecated-txhosts-rxhosts-connuids.zeek
included in the distribution. However, with v6.1 this script will be
removed.
2022-08-16 17:22:20 +02:00
..
analyzer updates for gen-C++ maintenance, including skipping some inappropriate tests 2022-08-01 16:47:17 -07:00
cluster General btest cleanup 2020-08-11 11:26:22 -07:00
config testing/missing-enum-value: redef exit_only_after_terminate=T 2022-07-29 18:22:03 +02:00
control Remove unnecessary -B arguments from Zeek invocations in testsuite 2021-06-24 17:05:32 -07:00
dpd Add DPD::max_violations option 2019-07-19 13:00:02 -07:00
file-analysis files.log: Unroll and introduce uid and id fields 2022-08-16 17:22:20 +02:00
input Fix a bug with splitting strings in Ascii input reader 2022-07-21 11:53:47 -07:00
intel Expand scripts.base.frameworks.intel.cluster-transparency test 2022-06-01 22:26:25 -07:00
logging Fix requirement check in a logging framework / sqlite btest 2022-07-13 17:20:03 -07:00
netcontrol speed up ZAM compilation by capping function size when inlining 2022-05-14 14:52:31 -07:00
notice Added test case with back-to-back notices 2022-08-04 11:25:20 +02:00
openflow "balance" tests with multiple Zeek scripts to load the same elements 2021-03-24 21:37:26 -07:00
packet-filter General btest cleanup 2020-08-11 11:26:22 -07:00
reporter General btest cleanup 2020-08-11 11:26:22 -07:00
software updates to btests to support switch to expression-based initialization 2022-03-23 15:36:35 -07:00
sumstats speed up ZAM compilation by capping function size when inlining 2022-05-14 14:52:31 -07:00
telemetry Introduce telemetry framework 2022-08-05 11:43:44 +02:00