diff options
author | Luca Deri <deri@ntop.org> | 2024-08-24 16:59:56 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-08-24 16:59:56 +0200 |
commit | 2315f44efaf85bf675f9d64c2e288f1f083f38a8 (patch) | |
tree | 72c3ba0b966267ef47ed5b684389945535531409 /python | |
parent | 53a6bae365618f9b301cf51e5f3f9d5450b0e280 (diff) |
Compilation fixes
Diffstat (limited to 'python')
-rw-r--r-- | python/ndpi/ndpi.py | 4 |
1 files changed, 2 insertions, 2 deletions
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', |