From 2315f44efaf85bf675f9d64c2e288f1f083f38a8 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sat, 24 Aug 2024 16:59:56 +0200 Subject: Compilation fixes --- python/ndpi/ndpi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/ndpi/ndpi.py b/python/ndpi/ndpi.py index 3745af94d..22289ed83 100644 --- a/python/ndpi/ndpi.py +++ b/python/ndpi/ndpi.py @@ -18,8 +18,8 @@ from _ndpi import ffi, lib ndpi_protocol = namedtuple('NDPIProtocol', ['C', - 'master_protocol', - 'app_protocol', + 'proto.master_protocol', + 'proto.app_protocol', 'category']) ndpi_confidence = namedtuple('NDPIConfidence', ['id', -- cgit v1.2.3