geneve/functions.bif: Fix :zeek:see directive

This commit is contained in:
Arne Welzel 2025-02-24 15:04:29 +01:00
parent 6671e95c6b
commit 8da219c61a

View file

@ -10,7 +10,7 @@ module PacketAnalyzer::Geneve;
## The last entry in the outer vector are the options of the most ## The last entry in the outer vector are the options of the most
## inner Geneve header. ## inner Geneve header.
## ##
## Returns a vector of vector of zeek::see:`PacketAnalyzer::Geneve::Option` records. ## Returns a vector of vector of zeek:see:`PacketAnalyzer::Geneve::Option` records.
function get_options%(%): geneve_options_vec_vec function get_options%(%): geneve_options_vec_vec
%{ %{
static const auto& analyzer = zeek::packet_mgr->GetAnalyzer("Geneve"); static const auto& analyzer = zeek::packet_mgr->GetAnalyzer("Geneve");