Add Cassandra protocol dissector (#1285)

Co-authored-by: Lucas Santos <lucas.santos@zerum.com>
This commit is contained in:
lucasbaile 2021-09-09 17:47:58 -03:00 committed by GitHub
parent 36f08b8d2e
commit 1fadf4754a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 158 additions and 2 deletions

View file

@ -292,6 +292,7 @@ typedef enum {
NDPI_PROTOCOL_LIKEE = 261,
NDPI_PROTOCOL_GITLAB = 262,
NDPI_PROTOCOL_AVAST_SECUREDNS = 263, /* Toni Uhlig <matzeton@googlemail.com> */
NDPI_PROTOCOL_CASSANDRA = 264, /* Lucas Santos <lfneiva.santos@gmail.com> */
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"