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 8e0705ce7..84b72802d 100644 --- a/src/lib/ndpi_private.h +++ b/src/lib/ndpi_private.h @@ -642,6 +642,7 @@ void init_json_rpc_dissector(struct ndpi_detection_module_struct *ndpi_struct, u void init_kafka_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_nomachine_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); void init_iec62056_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); +void init_hl7_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id); #endif |