mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
![]() - Removed "binary" and "octet-stream" mime type detections. They don't provide any more information than an uninitialized mime_type field which implicitly means no magic signature matches and so the media type is unknown to Bro. - Slight change to "text/plain" signature. It's still not the most accurate, which is reflected in its -20 strength value. - The logic for adding file ids to {orig,resp}_fuids fields of the http.log incorrectly depended on the state of {orig,resp}_mime_types fields, so sometimes not all file ids associated w/ the session were logged. |
||
---|---|---|
.. | ||
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.