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-5.0.9~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f99934ea07a8efb0566669240f8f0afd5677b2d9;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 615662f974..0418abb3c0 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)