From: Odin Jenseg Date: Tue, 8 Jun 2021 19:56:41 +0000 (+0200) Subject: doc/eve-json-format/dns: Describing Z-bit X-Git-Tag: suricata-6.0.5~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f453f7e7175db055b29e93138bda251f26c2c1;p=thirdparty%2Fsuricata.git doc/eve-json-format/dns: Describing Z-bit (cherry picked from commit 2a5d79e42609bd5ae0d0456cd5c458e20670160e) --- diff --git a/doc/userguide/output/eve/eve-json-format.rst b/doc/userguide/output/eve/eve-json-format.rst index 407a040e1c..c17fed24b7 100644 --- a/doc/userguide/output/eve/eve-json-format.rst +++ b/doc/userguide/output/eve/eve-json-format.rst @@ -398,6 +398,7 @@ Outline of fields seen in the different kinds of DNS events: * "tc": Indicating in case of DNS answer flag, Truncation flag (ex: true if set) * "rd": Indicating in case of DNS answer flag, Recursion Desired flag (ex: true if set) * "ra": Indicating in case of DNS answer flag, Recursion Available flag (ex: true if set) +* "z": Indicating in case of DNS answer flag, Reserved bit (ex: true if set) * "rcode": (ex: NOERROR) * "rrname": Resource Record Name (ex: a domain name) * "rrtype": Resource Record Type (ex: A, AAAA, NS, PTR)