mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Revert "Fixing duplicate SSH authentication failure events."
This reverts commit 176d9f23be
.
This commit is contained in:
parent
93becb1387
commit
b1c3f1cd9b
2 changed files with 7 additions and 13 deletions
|
@ -35,14 +35,12 @@ namespace analyzer {
|
|||
bool had_gap;
|
||||
|
||||
// Packet analysis stuff
|
||||
bool auth_decision_made;
|
||||
bool skipped_banner;
|
||||
|
||||
int service_accept_size;
|
||||
int userauth_failure_size;
|
||||
|
||||
enum AuthDecision {
|
||||
AUTH_UNKNOWN, AUTH_FAILURE, AUTH_SUCCESS
|
||||
} auth_decision;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue