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

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
32 lines
1.1 KiB
ReStructuredText
32 lines
1.1 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/packet-protocols/root/main.zeek
|
|
====================================
|
|
.. zeek:namespace:: PacketAnalyzer::ROOT
|
|
|
|
|
|
:Namespace: PacketAnalyzer::ROOT
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinable Options
|
|
###################
|
|
======================================================================================================= ===================================================================
|
|
:zeek:id:`PacketAnalyzer::ROOT::default_analyzer`: :zeek:type:`PacketAnalyzer::Tag` :zeek:attr:`&redef` Default analyzer (if we don't know the link type, we assume raw IP)
|
|
======================================================================================================= ===================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Redefinable Options
|
|
###################
|
|
.. zeek:id:: PacketAnalyzer::ROOT::default_analyzer
|
|
:source-code: base/packet-protocols/root/main.zeek 5 5
|
|
|
|
:Type: :zeek:type:`PacketAnalyzer::Tag`
|
|
:Attributes: :zeek:attr:`&redef`
|
|
:Default: ``PacketAnalyzer::ANALYZER_IP``
|
|
|
|
Default analyzer (if we don't know the link type, we assume raw IP)
|
|
|
|
|