From 1a01e8dc687df706ef775122a5bc31baa07f12d4 Mon Sep 17 00:00:00 2001 From: Toni Date: Sun, 3 Jul 2022 14:37:05 +0200 Subject: Improved TFTP. Dissect Read/Write Request filenames. (#1617) Signed-off-by: Toni Uhlig --- src/include/ndpi_typedefs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 74e937138..19fc04759 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1286,6 +1286,10 @@ struct ndpi_flow_struct { char hassh_client[33], hassh_server[33]; } ssh; + struct { + char filename[128]; + } tftp; + struct { u_int8_t username_detected:1, username_found:1, password_detected:1, password_found:1, -- cgit v1.2.3