nDPId/examples
Toni Uhlig ef4a22ffac
Updated README.md
* added examples/README.md and schema/README.md

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2021-03-24 14:44:27 +01:00
..
c-captured nDPIsrvd collectd-exec overhaul. 2021-03-15 14:39:43 +01:00
c-collectd nDPIsrvd collectd-exec overhaul. 2021-03-15 14:39:43 +01:00
c-json-stdout Switched to CMake build system. 2021-03-17 17:41:19 +01:00
go-dashboard nDPIsrvd C API overhaul and massive simplification. 2021-02-06 15:41:30 +01:00
py-flow-info Fixed possible NULL pointer deref in dependencies/nDPIsrvd.h and examples/c-captured/c-captured.c 2021-02-28 11:27:22 +01:00
py-flow-undetected-to-pcap Aligned nDPIsrvd.py to nDPIsrvd.h for consistency. 2021-02-16 20:43:00 +01:00
py-json-stdout Aligned nDPIsrvd.py to nDPIsrvd.h for consistency. 2021-02-16 20:43:00 +01:00
py-risky-flow-to-pcap Aligned nDPIsrvd.py to nDPIsrvd.h for consistency. 2021-02-16 20:43:00 +01:00
py-schema-validation Extended nDPIsrvd.h with address parsing. 2021-02-23 14:46:47 +01:00
README.md Updated README.md 2021-03-24 14:44:27 +01:00

examples

Some ready-2-use/ready-2-extend examples/utils. All examples are prefixed with their used LANG.

c-captured

A capture daemon suitable for low-resource devices. It saves flows that were guessed/undetected/risky/midstream to a PCAP file for manual analysis. Basicially a combination of py-flow-undetected-to-pcap and py-risky-flow-to-pcap.

c-collectd

A collecd-exec compatible middleware that gathers statistic values from nDPId.

c-json-stdout

Tiny nDPId json dumper. Does not provide any useful funcationality besides dumping parsed JSON objects.

go-dashboard

A discontinued tty/ncurses nDPId dashboard. I've figured out that Go + NCurses is a bad idea.

py-flow-info

Prints prettyfied information about flow events.

py-flow-undetected-to-pcap

Captures and saves undetected flows to a PCAP file.

py-json-stdout

Dump received and parsed JSON strings.

py-risky-flow-to-pcap

Captures and saves risky flows to a PCAP file.

py-schema-validation

Validate nDPId JSON strings against pre-defined JSON schema's. See schema/.