mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00

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