aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-11-10 06:25:16 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-11-15 06:25:16 +0100
commitce567ae5b75b0620da9b6f0460685ae732073a1e (patch)
treea0caa786a244b06c9499adc6a9504c8ff9aac42b /schema
parent36e428fc8917d61a6957a385a4e0b189be36b830 (diff)
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>
Diffstat (limited to 'schema')
-rw-r--r--schema/packet_event_schema.json4
1 files changed, 0 insertions, 4 deletions
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,