From fc82cdfa4ac11e34725319620cdc549cb1b700d0 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 21 Nov 2019 19:36:01 +0100 Subject: Implemented telnet password export --- example/reader_util.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'example/reader_util.h') 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; -- cgit v1.2.3