aboutsummaryrefslogtreecommitdiff
path: root/python/ndpi_typestruct.py
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-07-25 20:22:20 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-07-25 20:27:38 +0200
commit92bda09e12bee395c71949a6063f8a7b61c73f16 (patch)
tree5009728c82d671ff11a859782b879801c5b96c37 /python/ndpi_typestruct.py
parenta482e1c0becfa48969e3e01dcab7e76907e0484d (diff)
Improved TFTP detection. Fixes #1242, #1256improved/tftp
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'python/ndpi_typestruct.py')
-rw-r--r--python/ndpi_typestruct.py2
1 files changed, 1 insertions, 1 deletions
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),