Revert "Fixing duplicate SSH authentication failure events."

This reverts commit 176d9f23be.
This commit is contained in:
Vlad Grigorescu 2016-10-07 16:39:05 -05:00
parent 93becb1387
commit b1c3f1cd9b
2 changed files with 7 additions and 13 deletions

View file

@ -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;
};
}