base/bif/plugins/Zeek_Geneve.functions.bif.zeek
- GLOBAL
- PacketAnalyzer::Geneve
- Namespaces:
GLOBAL, PacketAnalyzer::Geneve
Summary
Functions
Returns all Geneve options from all layers of the current packet. |
Detailed Interface
Functions
- PacketAnalyzer::Geneve::get_options
- Type:
Returns all Geneve options from all layers of the current packet.
The last entry in the outer vector are the options of the most inner Geneve header.
Returns a vector of vector of
PacketAnalyzer::Geneve::Option
records.