nDPI example collection
| Version | Status |
|---|---|
| 0.1 | experimental |
Compile latest nDPI from github:
cd ndpiex
git clone https://github.com/ntop/nDPI
cd nDPI
./configure -with-pic
make
cd ..Compile stand-alone ndpiex:
makeCompile FFI binding ndpiexlib:
make lib./ndpiex -f file.pcapcd lua; ./run_luacd nodejs; npm install && npm start