aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h2
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;