zeek/scripts/base/files/extract
Johanna Amann f4d0fdcd5c Add extract_limit_includes_missing option for file extraction
Setting this option to false does not count missing bytes in files towards the
extraction limits, and allows to extract data up to the desired limit,
even when partial files are written.

When missing bytes are encountered, files are now written as sparse
files.

Using this option requires the underlying storage and utilities to support
sparse files.

(cherry picked from commit afa6f3a0d3b8db1ec5b5e82d26225504c2891089)
2023-09-12 12:00:36 -07:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
main.zeek Add extract_limit_includes_missing option for file extraction 2023-09-12 12:00:36 -07:00
README Added missing README files for documentation 2016-10-10 22:55:50 -05:00

Support for extracting files with the file analysis framework.