policy/protocols/conn/vlan-logging.zeek

Conn

This script adds VLAN information to the connection log.

Namespace

Conn

Imports

base/protocols/conn

Summary

Redefinitions

Conn::Info: record

New Fields

Conn::Info

vlan: int &log &optional

The outer VLAN for this connection, if applicable.

inner_vlan: int &log &optional

The inner VLAN for this connection, if applicable.

Detailed Interface