mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Update SSH policy scripts with new events.
This commit is contained in:
parent
370f4f2179
commit
8218461d35
4 changed files with 9 additions and 9 deletions
|
@ -58,12 +58,12 @@ export {
|
|||
}
|
||||
|
||||
redef record Info += {
|
||||
## This connection has been logged (internal use)
|
||||
# This connection has been logged (internal use)
|
||||
logged: bool &default=F;
|
||||
## Number of failures seen (internal use)
|
||||
# Number of failures seen (internal use)
|
||||
num_failures: count &default=0;
|
||||
## Store capabilities from the first host for
|
||||
## comparison with the second (internal use)
|
||||
# Store capabilities from the first host for
|
||||
# comparison with the second (internal use)
|
||||
capabilities: Capabilities &optional;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue