nDPId/schema
Toni Uhlig ce567ae5b7
Improved the point of time when to append the raw packet base64 data to the serializer.
* nDPId-test: Increased the max-packets-per-flow-to-send from 3 to 5.
   This is quite useful for TCP as the first 3 packets are usually part of the three-way-handshake.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2022-11-15 06:25:16 +01: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 nDPId: Added error event threshold to prevent event spamming which may be abused. 2022-10-17 06:36:30 +02:00
flow_event_schema.json bump libnDPI to db9f6ec1b4018164e5bff05f115dc60711bb711b 2022-10-31 13:53:02 +01: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 Improved the point of time when to append the raw packet base64 data to the serializer. 2022-11-15 06:25:16 +01: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.