aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_private.h')
-rw-r--r--src/include/ndpi_private.h8
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