mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Bring back default packet analysis.
Default analyzers can be configured per packet analyzer by omitting the identifier in the ConfigEntry.
This commit is contained in:
parent
d4ff5a236c
commit
462b1fe3a2
9 changed files with 81 additions and 21 deletions
|
@ -5357,8 +5357,9 @@ export {
|
|||
parent : PacketAnalyzer::Tag &optional;
|
||||
|
||||
# A numeric identifier, which can be found in the packet data, that denotes the
|
||||
# encapsulated protocol.
|
||||
identifier : count;
|
||||
# encapsulated protocol. This field is optional. If it is not included, the
|
||||
# configured child analyzer will be used as default analyzer.
|
||||
identifier : count &optional;
|
||||
|
||||
# The analyzer that corresponds to the above identifier.
|
||||
analyzer : PacketAnalyzer::Tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue