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:
make
Compile FFI binding ndpiexlib:
make lib
./ndpiex -f file.pcap
cd lua; ./run_lua
cd nodejs; npm install && npm start