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