diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-10-20 18:07:12 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-10-20 22:10:35 +0200 |
commit | 29242cbcb631447b84199202bd1d3d5593e80dcc (patch) | |
tree | a6ce152f2652bacd25a9fc376516dc5224189e0f /src/include/ndpi_protocols.h | |
parent | 9c0caa536204e647518deab41e2cd5b7ff93c77d (diff) |
Add Munin protocol dissector.
* all credits goes to @verzulli
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 506774a7c..f06006044 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -244,6 +244,7 @@ void init_natpmp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_syncthing_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_crynet_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_line_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_munin_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); /* ndpi_main.c */ extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port); |