[Bro-Commits] [git/bro] master: Updates for SSH scripts. (9c2273b)

+##! Requires that :bro:id:`use_conn_size_analyzer` is set to T! The heuristic
+##! is not attempted if the connection size analyzer isn't enabled.

I looks like the code doesn't check yet, whether use_conn_size_analyzer is indeed on (or better, it should probably check
c$resp?$num_ip_bytes, since num_ip_bytes is optional.

cu
Gregor

It actually does that check further down in the file when the ssh_watcher event is initially scheduled. :slight_smile:

  .Seth

But you call check_ssh_connection() form connection_state_remove() as well and then you don't check.

cu
Gregor