mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

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