Next: , Previous: code-redbro, Up: Predefined Variables



6.1.7 conn.bro

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 loaded portmapper.bro, then it will be empty; see portmapper.bro and the portmapper module documentation for more information.