base/protocols/conn/inactivity.bro
-
Conn
Adjust the inactivity timeouts for interactive services which could
very possibly have long delays between packets.
Detailed Interface
Options
-
Conn::analyzer_inactivity_timeouts
-
{
[Analyzer::ANALYZER_SSH] = 1.0 hr,
[Analyzer::ANALYZER_FTP] = 1.0 hr
}
Define inactivity timeouts by the service detected being used over
the connection.
-
Conn::port_inactivity_timeouts
-
{
[21/tcp] = 1.0 hr,
[513/tcp] = 1.0 hr,
[23/tcp] = 1.0 hr,
[22/tcp] = 1.0 hr
}
Define inactivity timeouts based on common protocol ports.