mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

- Any files where the total size was below the size of the default bof_buffer size couldn't have stream analyzers successfully attached because the bof_buffer never reached the full size and was never flushed. This branch explicitly marks the buf_buffer as full and flushes it when the file is being removed.
6 lines
167 B
Text
6 lines
167 B
Text
# @TEST-EXEC: bro -r $TRACES/http/get.trace %INPUT
|
|
# @TEST-EXEC: btest-diff files.log
|
|
|
|
@load frameworks/files/hash-all-files
|
|
|
|
redef default_file_bof_buffer_size=5000;
|