zeek/doc/scripts/policy/protocols/dns/log-original-query-case.zeek.rst
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

29 lines
1 KiB
ReStructuredText

:tocdepth: 3
policy/protocols/dns/log-original-query-case.zeek
=================================================
.. zeek:namespace:: DNS
This script adds the query with its original letter casing
to the DNS log.
:Namespace: DNS
:Imports: :doc:`base/protocols/dns/main.zeek </scripts/base/protocols/dns/main.zeek>`
Summary
~~~~~~~
Redefinitions
#############
=========================================== ==============================================================================
:zeek:type:`DNS::Info`: :zeek:type:`record`
:New Fields: :zeek:type:`DNS::Info`
original_query: :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
Query with original letter casing
=========================================== ==============================================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~