diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 775e519c1..99f8c5ada 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -201,14 +201,13 @@ typedef struct ndpi_flow_info { } http; struct { - char username[32]; + char username[32], password[32]; } telnet; void *src_id, *dst_id; struct ndpi_entropy entropy; - struct ndpi_entropy last_entropy; - + struct ndpi_entropy last_entropy; } ndpi_flow_info_t; |