diff options
author | Ivan Nardi <nardi.ivan@gmail.com> | 2025-01-23 15:22:16 +0100 |
---|---|---|
committer | Ivan Nardi <nardi.ivan@gmail.com> | 2025-01-23 15:22:16 +0100 |
commit | 26824be51c3829c5923431b1f233a802fdc90a56 (patch) | |
tree | f20e3191c2264057f469e09a287a69746625a4c4 | |
parent | ab66aabe7911676c42ac141bdac5c75e7f19b2d2 (diff) |
Minor extension for custom nDPI
-rw-r--r-- | src/include/ndpi_private.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index e1918495c..07f8329e8 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -968,7 +968,13 @@ void init_lustre_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_i void init_dingtalk_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_paltalk_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_dicom_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); - + + + +#ifdef CUSTOM_NDPI_PROTOCOLS + #include "../../../nDPI-custom/custom_ndpi_private.h" +#endif + #endif #ifdef __cplusplus |