]> 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)
committerVictor Julien <vjulien@oisf.net>
Mon, 3 Jan 2022 10:44:29 +0000 (11:44 +0100)
doc/userguide/output/eve/eve-json-format.rst

index b1f5ee2dfdfc83304d2bbcbf8e0719ec0a7f7948..936e24f40c61854a8f6856f21fd90044d37b9725 100644 (file)
@@ -436,6 +436,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)