base/bif/file_analysis.bif.bro

Files
GLOBAL

Internal functions and types used by the file analysis framework.

Namespaces:Files, GLOBAL
Source File:/scripts/base/bif/file_analysis.bif.bro

Detailed Interface

Functions

Files::__add_analyzer
Type:function (file_id: string, tag: Files::Tag, args: any) : bool

Files::add_analyzer.

Files::__analyzer_name
Type:function (tag: Files::Tag) : string

Files::analyzer_name.

Files::__remove_analyzer
Type:function (file_id: string, tag: Files::Tag, args: any) : bool

Files::remove_analyzer.

Files::__set_timeout_interval
Type:function (file_id: string, t: interval) : bool

Files::set_timeout_interval.

Files::__stop
Type:function (file_id: string) : bool

Files::stop.

set_file_handle
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


Copyright 2013, The Bro Project. Last updated on June 15, 2015. Created using Sphinx 1.2.2.