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

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
47 lines
1.4 KiB
ReStructuredText
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
|
|
|
|
|