diff options
Diffstat (limited to 'src/lib/ndpi_private.h')
-rw-r--r-- | src/lib/ndpi_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_private.h b/src/lib/ndpi_private.h index a14cfcd2d..7a4a0e705 100644 --- a/src/lib/ndpi_private.h +++ b/src/lib/ndpi_private.h @@ -634,6 +634,7 @@ void init_beckhoff_ads_dissector(struct ndpi_detection_module_struct *ndpi_struc void init_iso9506_1_mms_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_ieee_c37118_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_ethersbus_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_profinet_io_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif |