diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 3374f993f..3ca584c18 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -198,6 +198,10 @@ typedef struct ndpi_flow_info { u_int response_status_code; } http; + struct { + char username[32]; + } telnet; + void *src_id, *dst_id; struct ndpi_entropy entropy; |