From 92bda09e12bee395c71949a6063f8a7b61c73f16 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 25 Jul 2021 20:22:20 +0200 Subject: Improved TFTP detection. Fixes #1242, #1256 Signed-off-by: Toni Uhlig --- python/ndpi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/ndpi.py') diff --git a/python/ndpi.py b/python/ndpi.py index 54e12b82b..61376fdbe 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -673,7 +673,7 @@ struct ndpi_flow_udp_struct { uint32_t halflife2_stage:2; // 0 - 2 /* NDPI_PROTOCOL_TFTP */ - uint32_t tftp_stage:1; + uint32_t tftp_stage:2; /* NDPI_PROTOCOL_AIMINI */ uint32_t aimini_stage:5; -- cgit v1.2.3