zeek/scripts/base/files/extract
Johanna Amann 9928f7efb7 File extraction: use fseek
In the past, we allocated a buffer with zeroes and wrote that with
fwrite. Now, instead we just fseek to the correct offset.

This changes the way in which the file extract limit is counted a bit;
skipped bytes do no longer count against the file size limit.

(cherry picked from commit 5071592e9b7105090a1d9de19689c499070749d4)
2023-09-14 12:11:37 -07:00
..
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
main.zeek File extraction: use fseek 2023-09-14 12:11:37 -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.