aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocols.h
diff options
context:
space:
mode:
authorlucasbaile <lucasbaile14@gmail.com>2021-09-09 17:47:58 -0300
committerGitHub <noreply@github.com>2021-09-09 22:47:58 +0200
commit1fadf4754a1741e6fd690dbb65ae778fd1dc0313 (patch)
treed8a6613a5cf512c7bc1c9d6091f2828d3ceebe3f /src/include/ndpi_protocols.h
parent36f08b8d2e947ec0877ebd3dcb160def7ec6fc54 (diff)
Add Cassandra protocol dissector (#1285)
Co-authored-by: Lucas Santos <lucas.santos@zerum.com>
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r--src/include/ndpi_protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h
index 40b9e4dce..31682278e 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -216,5 +216,6 @@ void init_hpvirtgrp_dissector(struct ndpi_detection_module_struct *ndpi_struct,
void init_genshin_impact_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_z3950_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_avast_securedns_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
+void init_cassandra_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
#endif /* __NDPI_PROTOCOLS_H__ */