aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2019-10-29 19:12:42 +0100
committerLuca <deri@ntop.org>2019-10-29 19:12:42 +0100
commit0e54f87b181c163d18860a2cfcd30bbfeeaa1f6b (patch)
treef0a9dc5372f839d89c9740abcf14fe7c374d8c69 /src/include
parentd2f04f5bdfe986082ca5e5f479a99e4c24a5a898 (diff)
Added telnet dissector
Improved data report
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 88d9d9ae4..1795ed5f1 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1218,6 +1218,12 @@ struct ndpi_flow_struct {
} imo;
struct {
+ u_int8_t username_detected:1, username_found:1, skip_next:1, _pad:5;
+ u_int8_t character_id;
+ char username[32];
+ } telnet;
+
+ struct {
char answer[96];
} mdns;