aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocols.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-10-18 17:06:14 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-10-18 17:53:28 +0200
commita0bf9b493db93bc0ebe3017790261c01ff2eab2f (patch)
treec7c3f3385989cb43ceef6e9832c660645bf5c6cf /src/include/ndpi_protocols.h
parent01f384f7ff3a989c7765b880cdd8456a682bfb7c (diff)
Add Remote Management Control Protocol (RMCP).add/rmcp
Signed-off-by: Toni Uhlig <matzeton@googlemail.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 b02c55c5e..008902cc0 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -246,6 +246,7 @@ void init_apache_thrift_dissector(struct ndpi_detection_module_struct *ndpi_stru
void init_slp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_http2_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
void init_haproxy_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
+void init_rmcp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id);
/* ndpi_main.c */
extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port);