Skip to content

Commit

Permalink
Minor extension for custom nDPI
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi committed Jan 23, 2025
1 parent ab66aab commit 26824be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/include/ndpi_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26824be

Please sign in to comment.