have_FTP : bool
If true, ftp.bro
has been loaded.
have_SMTP : bool
If true, smtp.bro
has been loaded.
have_stats : bool
True if was ever updated with packet capture statistics.
hot_conns_reported : set[string]
The set of connections (indexed by the entire 'hot' message) that have
previously been flagged as hot
.
last_stat : net_stats
The last recorded snapshot of packet capture statistics, in a record.
last_stat_time : time
The last time that network statistics were read into .
RPC_server_map : table[addr, port] of string
Maps a given port on a given server's address to an RPC service. If we haven't loadedportmapper.bro
, then it will be empty; seeportmapper.bro
and theportmapper
module documentation for more information.