From e91bd66ad694fb6fe2edd9f81bbc0ce196f2bbfd Mon Sep 17 00:00:00 2001 From: aouinizied Date: Sat, 19 Oct 2019 23:48:08 +0200 Subject: [PATCH] Fix path issue. --- nfstream/dpi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nfstream/dpi.py b/nfstream/dpi.py index ac473c4..df926ea 100644 --- a/nfstream/dpi.py +++ b/nfstream/dpi.py @@ -11,6 +11,7 @@ from os.path import abspath, dirname ndpi = CDLL(dirname(abspath(__file__)) + '/ndpi_wrap.so') + class ndpi_detection_module_struct(Structure): pass