mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Make default packet analyzer definition explicit.
This commit is contained in:
parent
8f951574d7
commit
efa262a229
15 changed files with 64 additions and 31 deletions
|
@ -5355,7 +5355,7 @@ export {
|
|||
## A numeric identifier, which can be found in the packet data, that denotes the
|
||||
## encapsulated protocol. This field is optional. If it is not included, the
|
||||
## configured child analyzer will be used as default analyzer.
|
||||
identifier : count &optional;
|
||||
identifier : count;
|
||||
|
||||
## The analyzer that corresponds to the above identifier.
|
||||
analyzer : PacketAnalyzer::Tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue