Add Ceph protocol dissector (#2242)

* Add Ceph protocol dissector

* Update protocols.rst
This commit is contained in:
Vladimir Gavrilov 2024-01-04 15:22:23 +03:00 committed by GitHub
parent f23e9dc7bb
commit 3d09b25653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 1732 additions and 1622 deletions

View file

@ -409,6 +409,7 @@ typedef enum {
NDPI_PROTOCOL_NOMACHINE = 378,
NDPI_PROTOCOL_IEC62056 = 379,
NDPI_PROTOCOL_HL7 = 380,
NDPI_PROTOCOL_CEPH = 381,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"