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_typestruct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/ndpi_typestruct.py') diff --git a/python/ndpi_typestruct.py b/python/ndpi_typestruct.py index b983a660c..1944a5f3c 100644 --- a/python/ndpi_typestruct.py +++ b/python/ndpi_typestruct.py @@ -426,7 +426,7 @@ class NDPIFlowUdpStruct(Structure): ('snmp_stage', c_uint32, 2), ('ppstream_stage', c_uint32, 3), ('halflife2_stage', c_uint32, 2), - ('tftp_stage', c_uint32, 1), + ('tftp_stage', c_uint32, 2), ('aimini_stage', c_uint32, 5), ('xbox_stage', c_uint32, 1), ('wsus_stage', c_uint32, 1), -- cgit v1.2.3