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