base/bif/file_analysis.bif.zeek¶
- Files¶
- GLOBAL¶
Internal functions and types used by the file analysis framework.
- Namespaces
Files, GLOBAL
Summary¶
Functions¶
For use within a |
Detailed Interface¶
Functions¶
- Files::__analyzer_enabled¶
- Type
function
(tag:Files::Tag
) :bool
- Files::__analyzer_name¶
- Type
function
(tag:Files::Tag
) :string
- Files::__disable_analyzer¶
- Type
function
(tag:Files::Tag
) :bool
- Files::__disable_reassembly¶
- Files::__enable_analyzer¶
- Type
function
(tag:Files::Tag
) :bool
- Files::__enable_reassembly¶
- Files::__file_exists¶
- Files::__lookup_file¶
- Files::__set_reassembly_buffer¶
- Files::__set_timeout_interval¶
- Files::__stop¶
- set_file_handle¶
-
For use within a
get_file_handle
handler to set a unique identifier to associate with the current input to the file analysis framework. Using an empty string for the handle signifies that the input will be ignored/discarded.- Parameters
handle – A string that uniquely identifies a file.
See also:
get_file_handle