aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-07-02 17:03:48 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-07-02 19:13:26 +0200
commite0e5708d1401522c39c137b14d6b4ea9ac7177b1 (patch)
treef5ac7ad327e693a7cb5d3d6e1e4b79ca224fd333 /src/include
parent7c5c811eb0a58150045dccff612574820b02a628 (diff)
Improved TFTP. Dissect Read/Write Request filenames.improved/tftp-filename-dissection
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h4
1 files changed, 4 insertions, 0 deletions
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
@@ -1287,6 +1287,10 @@ struct ndpi_flow_struct {
} ssh;
struct {
+ char filename[128];
+ } tftp;
+
+ struct {
u_int8_t username_detected:1, username_found:1,
password_detected:1, password_found:1,
_pad:4;