From 74be99319e3cf3a0ebd36553365cd019d25d43ba Mon Sep 17 00:00:00 2001 From: Ben April Date: Sat, 8 May 2021 08:48:55 -0400 Subject: [PATCH 1/2] ABNF grammar was missing new time_*_ms fields --- i-d/pdns-qof.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index ede3928..279c29e 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -188,7 +188,7 @@ value-separator = ws %x2C ws ; , comma. As defined in JSON field = "rrname" | "rrtype" | "rdata" | "time_first" | "time_last" | "count" | "bailiwick" | "sensor_id" | "zone_time_first" | "zone_time_last" | "origin" | - futureField + "time_first_ms" | "time_last_ms" | futureField futureField = string CR = %x0D qm = %x22 ; " a quotation mark From 59fdf304b773c820a6aee3b4abf49df8f061409c Mon Sep 17 00:00:00 2001 From: Ben April Date: Sat, 8 May 2021 08:49:16 -0400 Subject: [PATCH 2/2] small grammar fix --- i-d/pdns-qof.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i-d/pdns-qof.xml b/i-d/pdns-qof.xml index 279c29e..c5ba975 100644 --- a/i-d/pdns-qof.xml +++ b/i-d/pdns-qof.xml @@ -265,7 +265,7 @@ ws = *( An implementer of a passive DNS Server MAY chose to either return time_first and time_last OR return zone_time_first and zone_time_last. In pseudocode: (time_first AND time_last) OR (zone_time_first AND zone_time_last). In this case, zone_time_{first,last} replace the time_{first,last} fields. However, this is not encouraged since it might be confusing for parsers who will expect the mandatory fields time_{first,last}. See:
- An implementer of a passive DNS Server SHOULD server a document in this Common Output Format with a MIME header of "application/x-ndjson". + An implementer of a passive DNS Server SHOULD serve a document in this Common Output Format with a MIME header of "application/x-ndjson".