diff options
Diffstat (limited to 'src/include/ndpi_private.h')
-rw-r--r-- | src/include/ndpi_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index efcd0f1d2..7d72f10da 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -913,6 +913,7 @@ void init_pfcp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int void init_flute_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_lolwildrift_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_teso_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_ldp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif |