policy/protocols/conn/speculative-service.zeek

Conn

This script adds information about matched DPD signatures to the connection log.

Namespace

Conn

Imports

base/protocols/conn

Summary

Redefinitions

Conn::Info: record

New Fields

Conn::Info

speculative_service: string &log &optional

Protocol that was determined by a matching signature after the beginning of a connection.

connection: record

New Fields

connection

speculative_service: set [string] &default = {  } &optional

dpd_late_match_stop: bool &redef

dpd_match_only_beginning: bool &redef

Detailed Interface