diff options
author | Toni <matzeton@googlemail.com> | 2024-06-17 11:00:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 11:00:38 +0200 |
commit | 8fd649ab1ed4ed5dce676d907843196c32c34a89 (patch) | |
tree | 720068aafce3061db587a2ac6f5099a7c120d506 /doc | |
parent | bbe52da5cfaaab9d67c189fbf56970bdcb0de389 (diff) |
Add Ripe Atlas probe protocol. (#2473)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'doc')
-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 ec5cf7960..b9c360fc3 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -847,3 +847,12 @@ References: `Main Site <https://casperlabs.io>`_ and `Blog Post <https://casperl The JRMI protocol is the Java Remote Method Invocation protocol. References: `Oracle site <https://docs.oracle.com/en/java/javase/21/docs/specs/rmi/protocol.html>`_ + + +.. _Proto 417: + +`NDPI_PROTOCOL_RIPE_ATLAS` +========================== +The RIPE Atlas probe protocol is used for the world's largest active Internet measurement network. + +References: `Main Site <https://atlas.ripe.net/>`_ and `Documentation <https://ripe-atlas-tools.readthedocs.io/en/latest/index.html>`_ |