nDPId/schema
Toni Uhlig 9a1c2d0ea7
Reworked layer 4 flow length naming/calculation.
* nDPIsrvd services usually do not care about layer4 data length,
   payload length is quite more essential for further processing

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2021-05-20 14:55:05 +02:00
..
basic_event_schema.json Extended nDPIsrvd.h with address parsing. 2021-02-23 14:46:47 +01:00
daemon_event_schema.json Use layer4 specific flow timeouts. 2021-05-13 15:41:24 +02:00
flow_event_schema.json Reworked layer 4 flow length naming/calculation. 2021-05-20 14:55:05 +02:00
packet_event_schema.json 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

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.