mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
28 lines
1.1 KiB
ReStructuredText
28 lines
1.1 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/conn/pppoe-session-id-logging.zeek
|
|
===================================================
|
|
.. zeek:namespace:: Conn
|
|
|
|
This script adds PPPoE session ID information to the connection log.
|
|
|
|
:Namespace: Conn
|
|
:Imports: :doc:`base/protocols/conn </scripts/base/protocols/conn/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================ ===============================================================================
|
|
:zeek:type:`Conn::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`Conn::Info`
|
|
|
|
pppoe_session_id: :zeek:type:`count` :zeek:attr:`&log` :zeek:attr:`&optional`
|
|
The PPPoE session id, if applicable for this connection.
|
|
============================================ ===============================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|