nDPId/schema
Toni Uhlig 14f6b87551
Added nDPIsrvd-analysed to generate CSV files from analyse events.
* nDPIsrvd.h: iterate over JSON arrays
 * nDPId: calculate l3 payload packet entropies for analysis

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2022-09-30 19:28:49 +02:00
..
daemon_event_schema.json nDPId: Reduced flow-updates for TCP flows to 1/4 of the timeout value. 2022-09-19 19:39:49 +02:00
error_event_schema.json New flow event: 'analysis'. 2022-09-13 22:05:08 +02:00
flow_event_schema.json Added nDPIsrvd-analysed to generate CSV files from analyse events. 2022-09-30 19:28:49 +02:00
flow_events_diagram.drawio Improve README 2022-09-19 17:23:11 +02:00
flow_events_diagram.png Improve README 2022-09-19 17:23:11 +02:00
packet_event_schema.json New flow event: 'analysis'. 2022-09-13 22:05:08 +02:00
README.md Updated README.md 2021-03-24 14:44:27 +01:00

schema

All schema's placed in here are nDPId exclusive, meaning that they are not necessarily representing a "real-world" JSON string received by e.g. ./example/py-json-stdout. This is due to the fact that libnDPI itself add's some JSON information to the serializer of which we have no control over. IMHO it makes no sense to include stuff here that is part of libnDPI.