]> 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)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 20 Jan 2022 14:45:04 +0000 (20:15 +0530)
(cherry picked from commit 2a5d79e42609bd5ae0d0456cd5c458e20670160e)

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

index 407a040e1c2c5331b86874ae3a61dd55760e0bb5..c17fed24b7b9323808c29d8ad05c25de8ed53cd5 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)