mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
36 lines
1.2 KiB
ReStructuredText
36 lines
1.2 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
base/bif/plugins/Zeek_Geneve.functions.bif.zeek
|
|
===============================================
|
|
.. zeek:namespace:: GLOBAL
|
|
.. zeek:namespace:: PacketAnalyzer::Geneve
|
|
|
|
|
|
:Namespaces: GLOBAL, PacketAnalyzer::Geneve
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Functions
|
|
#########
|
|
===================================================================== =================================================================
|
|
:zeek:id:`PacketAnalyzer::Geneve::get_options`: :zeek:type:`function` Returns all Geneve options from all layers of the current packet.
|
|
===================================================================== =================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Functions
|
|
#########
|
|
.. zeek:id:: PacketAnalyzer::Geneve::get_options
|
|
:source-code: base/bif/plugins/Zeek_Geneve.functions.bif.zeek 15 15
|
|
|
|
:Type: :zeek:type:`function` () : :zeek:type:`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 :zeek:see:`PacketAnalyzer::Geneve::Option` records.
|
|
|
|
|