diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-01-04 15:22:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 13:22:23 +0100 |
commit | 3d09b256532b13b71dd80de1d1843fe226617ccf (patch) | |
tree | 04e55c0cefa602a0dbc6caddd87e4867664a28c2 /doc/protocols.rst | |
parent | f23e9dc7bb7ffc4fe0b5c1151ecefa29a0ce5b79 (diff) |
Add Ceph protocol dissector (#2242)
* Add Ceph protocol dissector
* Update protocols.rst
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 db3e01a1a..423cb95a6 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -447,3 +447,12 @@ Notes: HL7 is a range of global standards for the transfer of clinical and administrative health data between applications. References: `Main site <https://www.hl7.org/>`_ + + +.. _Proto 381: + +`NDPI_PROTOCOL_CEPH` +========================= +Ceph is a scalable distributed storage system. + +References: `Main site <https://ceph.io/en/>`_ |