aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocols.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-09-16 11:51:08 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-09-16 13:46:02 +0200
commitec3e2db00daaf2dc051a95b986cbbac780bced40 (patch)
tree480a82dd6a9897743c66255c02b5cf16420ce746 /src/include/ndpi_protocols.h
parentde020b174799da3420df60a763ac48cf9d1e7c50 (diff)
Add Syncthing dissector.add/syncthing
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 0133e1976..69aa391db 100644
--- a/src/include/ndpi_protocols.h
+++ b/src/include/ndpi_protocols.h
@@ -241,6 +241,7 @@ void init_tivoconnect_dissector(struct ndpi_detection_module_struct *ndpi_struct
void init_kismet_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_fastcgi_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
void init_natpmp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask);
+void init_syncthing_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);