nDPI

Open Source Deep Packet Inspection Software Toolkit

Github星跟踪图

ntop ntop

nDPI

Build Status
Code Quality: Cpp
Total Alerts
Fuzzing Status

What is nDPI ?

nDPI is an open source LGPLv3 library for deep-packet inspection. Based on OpenDPI it includes ntop extensions. We have tried to push them into the OpenDPI source tree but nobody answered emails so we have decided to create our own source tree

How To Compile nDPI

In order to compile this library do

  • ./autogen.sh
  • ./configure
  • make

To run tests do additionally:

  • cd tests; ./do.sh

Please note that the pre-requisites for compilation include:

  • GNU tools (autogen, automake, autoconf, libtool)
  • GNU C compiler (gcc)

How To Add A New Protocol Dissector

The entire procedure of adding new protocols in detail:

  1. Add new protocol together with its unique ID to: src/include/ndpi_protocol_ids.h
  2. Create a new protocol in: src/lib/protocols/
  3. Variables to be kept for the duration of the entire flow (as state variables) need to be placed in: src/include/ndpi_typedefs.h in ndpi_flow_tcp_struct (for TCP only), ndpi_flow_udp_struct (for UDP only), or ndpi_flow_struct (for both).
  4. Add a new entry for the search function for the new protocol in: src/include/ndpi_protocols.h
  5. Choose (do not change anything) a selection bitmask from: src/include/ndpi_define.h
  6. Add a new entry in ndpi_set_protocol_detection_bitmask2 in: src/lib/ndpi_main.c
  7. Set protocol default ports in ndpi_init_protocol_defaults in: src/lib/ndpi_main.c
  8. ./autogen.sh
  9. make
  10. make check

How to use nDPI to Block Selected Traffic

You can use nDPI to selectively block selected Internet traffic by embedding it onto an application (remember that nDPI is just a library). Both ntopng and nProbe cento can do this.

DISCLAIMER

While we do our best to detect network protocols, we cannot guarantee that our software is error free and 100% accurate in protocol detection. Please make sure that you respect the privacy of users and you have proper authorization to listen, capture and inspect network traffic.

Creating A Source File Tar Ball

If you want to distribute a source tar file of nDPI do:

  • make dist

To ensure that a tar file includes all necessary files and to run tests on distribution do:

  • make distcheck

主要指标

概览
名称与所有者ntop/nDPI
主编程语言C
编程语言Shell (语言数: 8)
平台
许可证GNU Lesser General Public License v3.0
所有者活动
创建于2015-04-19 04:56:52
推送于2025-07-29 16:02:19
最后一次提交
发布数19
最新版本名称4.14 (发布于 )
第一版名称1.6 (发布于 )
用户参与
星数4.1k
关注者数154
派生数0.9k
提交数5.4k
已启用问题?
问题数935
打开的问题数64
拉请求数1785
打开的拉请求数4
关闭的拉请求数181
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?