: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 ` 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 ~~~~~~~~~~~~~~~~~~