diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-01-08 23:11:14 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-01-09 00:52:58 +0100 |
commit | 2b8e49b02fdf62c0d8857b7fe661e9fb9d353979 (patch) | |
tree | 2a06a6ac04539815f3cc7dca0f2597b6eadebabe /doc/protocols.rst | |
parent | 90b999e3f1a67babbcd7003fb0ccab005d45f343 (diff) |
Add Roughtime protocol dissector.add/roughtime
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 66195728c..c93a18d62 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -465,3 +465,12 @@ References: `Main site <https://ceph.io/en/>`_ Google Chat is an instant messaging service from Google, which replaced Hangouts. References: `Main site <https://chat.google.com/>`_ + + +.. _Proto 382: + +`NDPI_PROTOCOL_ROUGHTIME` +========================= +A protocol that aims to achieve rough time synchronization while detecting servers that provide inaccurate time and providing cryptographic proof of their malfeasance. + +References: `IETF Draft <https://www.ietf.org/archive/id/draft-ietf-ntp-roughtime-08.html>`_ |