base/utils/files.zeek
- Imports
Summary
Functions
For CONTENT-DISPOSITION headers, this function can be used to extract the filename. |
|
This function can be used to generate a consistent filename for when contents of a file, stream, or connection are being extracted to disk. |
Detailed Interface
Functions
- extract_filename_from_content_disposition
-
For CONTENT-DISPOSITION headers, this function can be used to extract the filename.
- generate_extraction_filename
- Type
function(prefix:string, c:connection, suffix:string) :string
This function can be used to generate a consistent filename for when contents of a file, stream, or connection are being extracted to disk.