zeek/doc/scripts/base/protocols/ntp/consts.zeek.rst
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

47 lines
1.4 KiB
ReStructuredText

:tocdepth: 3
base/protocols/ntp/consts.zeek
==============================
.. zeek:namespace:: NTP
:Namespace: NTP
Summary
~~~~~~~
Redefinable Options
###################
=========================================================================================================== ====================================================
:zeek:id:`NTP::modes`: :zeek:type:`table` :zeek:attr:`&default` = :zeek:type:`function` :zeek:attr:`&redef` The descriptions of the NTP mode value, as described
in :rfc:`5905`, Figure 1
=========================================================================================================== ====================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~
Redefinable Options
###################
.. zeek:id:: NTP::modes
:source-code: base/protocols/ntp/consts.zeek 6 6
:Type: :zeek:type:`table` [:zeek:type:`count`] of :zeek:type:`string`
:Attributes: :zeek:attr:`&default` = :zeek:type:`function` :zeek:attr:`&redef`
:Default:
::
{
[2] = "symmetric passive",
[5] = "broadcast server",
[3] = "client",
[7] = "reserved",
[6] = "broadcast client",
[4] = "server",
[1] = "symmetric active"
}
The descriptions of the NTP mode value, as described
in :rfc:`5905`, Figure 1