Skip to content

Commit

Permalink
geneve/functions.bif: Fix :zeek:see directive
Browse files Browse the repository at this point in the history
  • Loading branch information
awelzel committed Feb 24, 2025
1 parent 6671e95 commit 8da219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packet_analysis/protocol/geneve/functions.bif
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module PacketAnalyzer::Geneve;
## The last entry in the outer vector are the options of the most
## 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
%{
static const auto& analyzer = zeek::packet_mgr->GetAnalyzer("Geneve");
Expand Down

0 comments on commit 8da219c

Please sign in to comment.