Tried to compile on Debian/sid (to resolve the redis lib clashing) and got this:
src/Flow.cpp: In member function ‘void Flow::processDetectedProtocol()’:
src/Flow.cpp:266:42: error: ‘struct ndpi_flow_struct’ has no member named ‘bittorent_hash’
setBittorrentHash((char*)ndpiFlow->bittorent_hash);
^
Makefile:129: recipe for target 'src/Flow.o' failed
(both ntopng and nDPI is pulled up to the branch 'dev')
Tried to compile on Debian/sid (to resolve the redis lib clashing) and got this: src/Flow.cpp: In member function ‘void Flow::processDetectedProtocol()’: src/Flow.cpp:266:42: error: ‘struct ndpi_flow_struct’ has no member named ‘bittorent_hash’ setBittorrentHash((char*)ndpiFlow->bittorent_hash); ^ Makefile:129: recipe for target 'src/Flow.o' failed
(both ntopng and nDPI is pulled up to the branch 'dev')