mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
29 lines
1 KiB
ReStructuredText
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
|
|
~~~~~~~~~~~~~~~~~~
|
|
|