aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-04-21 16:48:40 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-04-21 16:48:40 +0200
commit99accd03a2a8773ec1dd3001615f1703883b3a7a (patch)
tree2c3b848957bd0674629603ea203286df52e36249 /schema
parent225f4b3fb6e53958d53bafd8f234e0d28582edd0 (diff)
Moved `datalink` json key/value from error to packet events and renamed it to `pkt_datalink`.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r--schema/error_event_schema.json7
-rw-r--r--schema/packet_event_schema.json6
2 files changed, 6 insertions, 7 deletions
diff --git a/schema/error_event_schema.json b/schema/error_event_schema.json
index b81140eab..41012f39c 100644
--- a/schema/error_event_schema.json
+++ b/schema/error_event_schema.json
@@ -6,7 +6,6 @@
"packet_id",
"error_event_id",
"error_event_name",
- "datalink",
"threshold_n",
"threshold_n_max",
"threshold_time",
@@ -113,12 +112,6 @@
]
},
- "datalink": {
- "type": "number",
- "minimum": 0,
- "maximum": 292
- },
-
"threshold_n": {
"type": "number",
"minimum": 1
diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json
index ad7416abd..4395b4ab2 100644
--- a/schema/packet_event_schema.json
+++ b/schema/packet_event_schema.json
@@ -6,6 +6,7 @@
"packet_id",
"packet_event_id",
"packet_event_name",
+ "pkt_datalink",
"pkt_caplen",
"pkt_type",
"pkt_l3_offset",
@@ -75,6 +76,11 @@
"type": "number",
"minimum": 1
},
+ "pkt_datalink": {
+ "type": "number",
+ "minimum": 0,
+ "maximum": 292
+ },
"pkt_caplen": {
"type": "number",
"minimum": 1,