base/packet-protocols/geneve/main.zeek

GLOBAL
PacketAnalyzer::Geneve
Namespaces:

GLOBAL, PacketAnalyzer::Geneve

Summary

Redefinable Options

PacketAnalyzer::Geneve::geneve_ports: set &redef

The set of UDP ports used for Geneve traffic.

Types

PacketAnalyzer::Geneve::Option: record

A Geneve option.

geneve_options_vec: vector

geneve_options_vec_vec: vector

Redefinitions

likely_server_ports: set &redef

Detailed Interface

Redefinable Options

PacketAnalyzer::Geneve::geneve_ports
Type:

set [port]

Attributes:

&redef

Default:
{
   6081/udp
}

The set of UDP ports used for Geneve traffic. Traffic using this UDP destination port will attempt to be decapsulated. Note that if if you customize this, you may still want to manually ensure that likely_server_ports also gets populated accordingly.

Types

PacketAnalyzer::Geneve::Option
Type:

record

class: count

The class of the option.

critical: bool

The critical bit of the type.

typ: count

The type field of the option with the critical bit masked.

data: string

The data field of the option.

A Geneve option.

geneve_options_vec
Type:

vector of PacketAnalyzer::Geneve::Option

geneve_options_vec_vec
Type:

vector of geneve_options_vec