]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/eve-json-format/dns: Describing Z-bit
authorOdin Jenseg <odin@mnemonic.no>
Tue, 8 Jun 2021 19:56:41 +0000 (21:56 +0200)
committerJeff Lucovsky <jeff@lucovsky.org>
Sat, 15 Jan 2022 13:01:17 +0000 (08:01 -0500)
(cherry picked from commit 2a5d79e42609bd5ae0d0456cd5c458e20670160e)

doc/userguide/output/eve/eve-json-format.rst

index 615662f974ff0ace909fb3a4d50aab576d3e1db7..0418abb3c06fea9a0fdaa47b82c7d682316efbcf 100644 (file)
@@ -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)