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 fce34c7c3..c420ca211 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -211,14 +211,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; |