diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-10-18 17:06:14 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-19 19:50:57 +0200 |
commit | f69909d49b82134d5cfe934cba9971cb62bf32cc (patch) | |
tree | 403fc1b16f78abafcfde09a52a14e8eb01a3fdcc /src/include/ndpi_protocols.h | |
parent | c59fe0b2b53b5b73b31aab406e0c2314172d34ae (diff) |
Add Remote Management Control Protocol (RMCP).
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 1 |
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); |