From 7e41309fa997323b6d86a92368bc3f3ce6d8d86a Mon Sep 17 00:00:00 2001 From: Simone Mainardi Date: Thu, 16 Aug 2018 15:43:35 +0200 Subject: Hyperscan compilation fix --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 952026ce6..c61227a9f 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5714,7 +5714,7 @@ static int ndpi_automa_match_string_subprotocol(struct ndpi_detection_module_str struct ndpi_flow_struct *flow, char *string_to_match, u_int string_to_match_len, u_int16_t master_protocol_id, - ndpi_automa_match_string_subprotocol *ret_match, + ndpi_protocol_match_result *ret_match, u_int8_t is_host_match) { int rv = NDPI_PROTOCOL_UNKNOWN; struct hs *hs = (struct hs*)ndpi_struct->hyperscan; -- cgit v1.2.3