mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
geneve/functions.bif: Fix :zeek:see directive, take two
This commit is contained in:
parent
8da219c61a
commit
58babca824
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue