From ff3722048b235710da4a9468ffc8a1c2a1f25fed Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 7 Aug 2026 09:40:06 +0200 Subject: [PATCH] Add nDPI, nDPId and retis to Packet capture and analysis Signed-off-by: Toni Uhlig --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1bf4b90..2dcebfc 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,13 @@ by James Forshaw. * [Wireshark](https://www.wireshark.org/) - The most popular free and open source network protocol analyzer. * [Tshark](https://tshark.dev/) - A CLI version of Wireshark. * [tcpdump](http://www.tcpdump.org/) - A powerful open source command-line packet analyzer. +* [nDPI](https://github.com/ntop/nDPI) - Open Source Deep Packet Inspection Software Toolkit. +* [nDPId](https://github.com/utoni/nDPId) - Tiny nDPI based deep packet inspection daemons / toolkit. * [NetworkMiner](https://www.netresec.com/?page=NetworkMiner) - A network forensic tool for PCAP file analysis. * [Malware-Traffic-Analysis.net](https://malware-traffic-analysis.net/) - A large collection of malicious PCAP files that can be used to practice packet capture skills. * [Publicly Available PCAP files](https://www.netresec.com/?page=PcapFiles) - A list of publicly available PCAP files for additional training. * [PWRU (Packet, where are you?)](https://github.com/cilium/pwru) - eBPF-based Linux kernel networking debugger. +* [Retis](https://github.com/retis-org/retis) - Tracing packets in the Linux networking stack & friends. ### Network simulators and emulators