From ce567ae5b75b0620da9b6f0460685ae732073a1e Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 10 Nov 2022 06:25:16 +0100 Subject: 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 --- schema/packet_event_schema.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'schema/packet_event_schema.json') diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json index 9df62de26..ad7416abd 100644 --- a/schema/packet_event_schema.json +++ b/schema/packet_event_schema.json @@ -6,7 +6,6 @@ "packet_id", "packet_event_id", "packet_event_name", - "pkt_oversize", "pkt_caplen", "pkt_type", "pkt_l3_offset", @@ -86,9 +85,6 @@ "minimum": 0, "maximum": 65535 }, - "pkt_oversize": { - "type": "boolean" - }, "pkt_l3_offset": { "type": "number", "minimum": 0, -- cgit v1.2.3