diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/packet_event_schema.json | 4 |
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, |