mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
30 lines
1.2 KiB
ReStructuredText
30 lines
1.2 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/conn/ip-proto-name-logging.zeek
|
|
================================================
|
|
.. zeek:namespace:: Conn
|
|
|
|
This script adds a string version of the ip_proto field. It's not recommended
|
|
to load this policy and the ip_proto removal policy at the same time, as
|
|
conn.log will end up with useless information in the log from this field.
|
|
|
|
: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`
|
|
|
|
ip_proto_name: :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
|
|
A string version of the ip_proto field
|
|
============================================ =============================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|