zeek/doc/scripts/policy/protocols/conn/speculative-service.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

37 lines
2.2 KiB
ReStructuredText

:tocdepth: 3
policy/protocols/conn/speculative-service.zeek
==============================================
.. zeek:namespace:: Conn
This script adds information about matched DPD signatures to the connection
log.
:Namespace: Conn
:Imports: :doc:`base/protocols/conn </scripts/base/protocols/conn/index>`
Summary
~~~~~~~
Redefinitions
#############
========================================================================== =====================================================================================================================
:zeek:type:`Conn::Info`: :zeek:type:`record`
:New Fields: :zeek:type:`Conn::Info`
speculative_service: :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
Protocol that was determined by a matching signature after the beginning
of a connection.
:zeek:type:`connection`: :zeek:type:`record`
:New Fields: :zeek:type:`connection`
speculative_service: :zeek:type:`set` [:zeek:type:`string`] :zeek:attr:`&default` = ``{ }`` :zeek:attr:`&optional`
:zeek:id:`dpd_late_match_stop`: :zeek:type:`bool` :zeek:attr:`&redef`
:zeek:id:`dpd_match_only_beginning`: :zeek:type:`bool` :zeek:attr:`&redef`
========================================================================== =====================================================================================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~