mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Fixing unit tests and some minor bugs.
This commit is contained in:
parent
39af63841b
commit
d2118200ea
13 changed files with 25 additions and 21 deletions
|
@ -14,7 +14,7 @@ export {
|
|||
|
||||
## The vector of HTTP header names sent by the server. No header
|
||||
## values are included here, just the header names.
|
||||
server_headers_names: vector of string &log &optional;
|
||||
server_header_names: vector of string &log &optional;
|
||||
};
|
||||
|
||||
## A boolean value to determine if client header names are to be logged.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
@load base/protocols/ssh
|
||||
@load base/frameworks/metrics
|
||||
@load base/frameworks/notice
|
||||
@load base/frameworks/intel
|
||||
|
@ -72,4 +73,4 @@ event SSH::heuristic_failed_login(c: connection)
|
|||
if ( ! (id$orig_h in ignore_guessers &&
|
||||
id$resp_h in ignore_guessers[id$orig_h]) )
|
||||
Metrics::add_data(FAILED_LOGIN, [$host=id$orig_h], 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue