diff options
author | Luca Deri <deri@ntop.org> | 2019-12-09 18:43:05 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-12-09 18:43:05 +0100 |
commit | 7fe9dddf6549c30677da9562f02e990c85a8bbd5 (patch) | |
tree | c279a336ec8666b458bc20d9360deb7246a894c7 /src/include | |
parent | 6d7f3976f33b0d4fbbece60d6b7d549b13107674 (diff) |
Fixed invalid password report on telnet
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index ae7b2462f..11b3394da 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1246,7 +1246,7 @@ struct ndpi_flow_struct { struct { u_int8_t username_detected:1, username_found:1, password_detected:1, password_found:1, - skip_next:1, _pad:3; + _pad:4; u_int8_t character_id; char username[32], password[32]; } telnet; |