mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add explicit root analyzer for packet analysis.
This commit is contained in:
parent
d51252bb3f
commit
8f951574d7
21 changed files with 106 additions and 35 deletions
|
@ -5350,7 +5350,7 @@ export {
|
|||
## If it is not included, the identifier will attach to the "root" analyzer. The
|
||||
## root analyzer uses the link layer identifier provided by the packet source to
|
||||
## determine the protocol for the initial packet header.
|
||||
parent : PacketAnalyzer::Tag &optional;
|
||||
parent : PacketAnalyzer::Tag;
|
||||
|
||||
## 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue