mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix various broken links in script documentation
This commit is contained in:
parent
d845f01b27
commit
e82824b638
3 changed files with 6 additions and 6 deletions
|
@ -147,7 +147,7 @@ export {
|
||||||
## The node type doing all the actual traffic analysis.
|
## The node type doing all the actual traffic analysis.
|
||||||
WORKER,
|
WORKER,
|
||||||
## A node acting as a traffic recorder using the
|
## A node acting as a traffic recorder using the
|
||||||
## `Time Machine <https://www.zeek.org/community/time-machine.html>`_
|
## `Time Machine <https://github.com/zeek/time-machine>`_
|
||||||
## software.
|
## software.
|
||||||
TIME_MACHINE,
|
TIME_MACHINE,
|
||||||
};
|
};
|
||||||
|
|
|
@ -5181,11 +5181,11 @@ export {
|
||||||
|
|
||||||
## NTP mode 7 message. Note that this is not defined in any RFC and is
|
## NTP mode 7 message. Note that this is not defined in any RFC and is
|
||||||
## implementation dependent. We used the official implementation from the
|
## implementation dependent. We used the official implementation from the
|
||||||
## `NTP official project <www.ntp.org>`_. A mode 7 packet is used
|
## `NTP official project <https://www.ntp.org>`_. A mode 7 packet is used
|
||||||
## exchanging data between an NTP server and a client for purposes other
|
## exchanging data between an NTP server and a client for purposes other
|
||||||
## than time synchronization, e.g. monitoring, statistics gathering and
|
## than time synchronization, e.g. monitoring, statistics gathering and
|
||||||
## configuration. For details see the documentation from the `NTP official
|
## configuration. For details see the documentation from the `NTP official
|
||||||
## project <www.ntp.org>`_, code v. ntp-4.2.8p13, in include/ntp_request.h.
|
## project <https://www.ntp.org>`_, code v. ntp-4.2.8p13, in include/ntp_request.h.
|
||||||
type NTP::Mode7Message: record {
|
type NTP::Mode7Message: record {
|
||||||
## An implementation-specific code which specifies the
|
## An implementation-specific code which specifies the
|
||||||
## operation to be (which has been) performed and/or the
|
## operation to be (which has been) performed and/or the
|
||||||
|
@ -5246,7 +5246,7 @@ export {
|
||||||
## If mode 7, the fields for extra operations are here.
|
## If mode 7, the fields for extra operations are here.
|
||||||
## Note that this is not defined in any RFC
|
## Note that this is not defined in any RFC
|
||||||
## and is implementation dependent. We used the official implementation
|
## and is implementation dependent. We used the official implementation
|
||||||
## from the `NTP official project <www.ntp.org>`_.
|
## from the `NTP official project <https://www.ntp.org>`_.
|
||||||
## A mode 7 packet is used exchanging data between an NTP server
|
## A mode 7 packet is used exchanging data between an NTP server
|
||||||
## and a client for purposes other than time synchronization, e.g.
|
## and a client for purposes other than time synchronization, e.g.
|
||||||
## monitoring, statistics gathering and configuration.
|
## monitoring, statistics gathering and configuration.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#include "zeek/Reporter.h"
|
#include "zeek/Reporter.h"
|
||||||
%%}
|
%%}
|
||||||
|
|
||||||
## Decode a NetBIOS name. See http://support.microsoft.com/kb/194203.
|
## Decode a NetBIOS name. See https://jeffpar.github.io/kbarchive/kb/194/Q194203/.
|
||||||
##
|
##
|
||||||
## name: The encoded NetBIOS name, e.g., ``"FEEIEFCAEOEFFEECEJEPFDCAEOEBENEF"``.
|
## name: The encoded NetBIOS name, e.g., ``"FEEIEFCAEOEFFEECEJEPFDCAEOEBENEF"``.
|
||||||
##
|
##
|
||||||
|
@ -38,7 +38,7 @@ function decode_netbios_name%(name: string%): string
|
||||||
%}
|
%}
|
||||||
|
|
||||||
## Converts a NetBIOS name type to its corresponding numeric value.
|
## Converts a NetBIOS name type to its corresponding numeric value.
|
||||||
## See http://support.microsoft.com/kb/163409.
|
## See https://en.wikipedia.org/wiki/NetBIOS#NetBIOS_Suffixes.
|
||||||
##
|
##
|
||||||
## name: The NetBIOS name type.
|
## name: The NetBIOS name type.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue