zeek/doc/scripts/base/protocols/dns/index.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

25 lines
641 B
ReStructuredText

:orphan:
Package: base/protocols/dns
===========================
Support for Domain Name System (DNS) protocol analysis.
:doc:`/scripts/base/protocols/dns/__load__.zeek`
:doc:`/scripts/base/protocols/dns/consts.zeek`
Types, errors, and fields for analyzing DNS data. A helper file
for DNS analysis scripts.
:doc:`/scripts/base/protocols/dns/main.zeek`
Base DNS analysis script which tracks and logs DNS queries along with
their responses.
:doc:`/scripts/base/protocols/dns/check-event-handlers.zeek`
This script checks if DNS event handlers that will not be raised
are used and raises a warning in those cases.