mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
![]() * origin/master: Fix typo in Sessions.h Update baselines for SSH capabilities fix Fix SSH analyzer bug where is_server in capabilities is wrong. Revert DNS query 255 from ANY to * Missing commas... Fix typo in dce-rpc consts Refactor to use consistent numeric type in dce_rpc. Add missing DNS query type codes Add DCE_RPC exchange_mapi operations to relevant consts.bro file GH-186: fix JSON formatting of timestamps before Unix epoch Fix test baseline for plugin skeleton update Fix crash when modifying a table from within its &expire_func Convert site::local_nets, etc. into options. GH-184: add `bro-config --build_type`, outputs CMake build type Updating submodule(s). Add return value checks for some RPC parsing functions Add 'fallthrough' comment to a switch/case block Improve broker.remote_id unit test Increase broker unit test timeout intervals |
||
---|---|---|
.. | ||
btest | ||
coverage | ||
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.