【DPI】nDPI 开源工程搭建编译运行

编译安装
linux环境
ubuntu 14.04 LTS
前提安装gcc gawk
git下载nDPI源码
git clone https://github.com/ntop/nDPI.git
【DPI】nDPI 开源工程搭建编译运行_第1张图片
cd nDPI 目录
./autogen.sh
自动生成配置,会出现一系列错误,解决如下:
【DPI】nDPI 开源工程搭建编译运行_第2张图片
【DPI】nDPI 开源工程搭建编译运行_第3张图片
至此开始autogen
【DPI】nDPI 开源工程搭建编译运行_第4张图片
【DPI】nDPI 开源工程搭建编译运行_第5张图片
【DPI】nDPI 开源工程搭建编译运行_第6张图片
解决问题,安装libpcap-dev
【DPI】nDPI 开源工程搭建编译运行_第7张图片
再一次autogen
【DPI】nDPI 开源工程搭建编译运行_第8张图片
成功了
configure配置
【DPI】nDPI 开源工程搭建编译运行_第9张图片
make 编译安装
【DPI】nDPI 开源工程搭建编译运行_第10张图片
进入example目录下
【DPI】nDPI 开源工程搭建编译运行_第11张图片
因为上面源码根目录的make已经包括了example的make了,所以这里不用再次make了,如果想尝试,可以先make clean然后make

ndpiReader运行
【DPI】nDPI 开源工程搭建编译运行_第12张图片


你可能感兴趣的:(DPI)