base/bif/plugins/Zeek_Geneve.functions.bif.zeek

GLOBAL
PacketAnalyzer::Geneve
Namespaces:

GLOBAL, PacketAnalyzer::Geneve

Summary

Functions

PacketAnalyzer::Geneve::get_options: function

Returns all Geneve options from all layers of the current packet.

Detailed Interface

Functions

PacketAnalyzer::Geneve::get_options
Type:

function () : geneve_options_vec_vec

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.