Internal functions and types used by the file analysis framework.
Namespaces: | Files, GLOBAL |
---|---|
Source File: | /scripts/base/bif/file_analysis.bif.bro |
Files::__add_analyzer: function | Files::add_analyzer. |
Files::__analyzer_name: function | Files::analyzer_name. |
Files::__remove_analyzer: function | Files::remove_analyzer. |
Files::__set_timeout_interval: function | Files::set_timeout_interval. |
Files::__stop: function | Files::stop. |
set_file_handle: function | For use within a get_file_handle handler to set a unique identifier to associate with the current input to the file analysis framework. |
Type: | function (file_id: string, tag: Files::Tag, args: any) : bool |
---|
Type: | function (tag: Files::Tag) : string |
---|
Type: | function (file_id: string, tag: Files::Tag, args: any) : bool |
---|
Type: | function (handle: string) : any |
---|
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.
Handle: | A string that uniquely identifies a file. |
---|
See also: get_file_handle