mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
![]() * origin/topic/vern/case-insensitive-patterns: use PCRE syntax instead of the beautiful new (?i ...) syntax nitlet in NEWS entry test suite update for case-insensitive patterns document use of double quotes to escape case-insensitivity bug fix for recent memory leak patch documentation updates for case-insensitive patterns d'oh there's isalpha. I looked earlier for isletter :-P fix for handling [:(lower|upper):] in case-insensitive patterns implemented /re/i for case-insensitive patterns |
||
---|---|---|
.. | ||
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.