Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 545 Bytes

README.md

File metadata and controls

43 lines (35 loc) · 545 Bytes

nDPIex

nDPI example collection

Version Status
0.1 experimental

Installation

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

Usage

./ndpiex -f file.pcap

Lua FFI example

cd lua; ./run_lua

Node FFI example

cd nodejs; npm install && npm start