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

33 lines
1.2 KiB
ReStructuredText

:tocdepth: 3
policy/protocols/conn/weirds.zeek
=================================
.. zeek:namespace:: Conn
This script handles core generated connection related "weird" events to
push weird information about connections into the weird framework.
For live operational deployments, this can frequently cause load issues
due to large numbers of these events and quite possibly shouldn't be
loaded.
:Namespace: Conn
:Imports: :doc:`base/frameworks/notice </scripts/base/frameworks/notice/index>`
Summary
~~~~~~~
Redefinitions
#############
============================================ ===================================================
:zeek:type:`Notice::Type`: :zeek:type:`enum`
* :zeek:enum:`Conn::Content_Gap`:
Data has sequence hole; perhaps due to filtering.
* :zeek:enum:`Conn::Retransmission_Inconsistency`:
Possible evasion; usually just chud.
============================================ ===================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~