aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorSimone Mainardi <mainardi@ntop.org>2018-08-16 15:43:35 +0200
committerSimone Mainardi <mainardi@ntop.org>2018-08-16 15:43:35 +0200
commit7e41309fa997323b6d86a92368bc3f3ce6d8d86a (patch)
tree6cbbd90789f580eb77b0f7d9c35149f450359749 /src/lib
parent3091dc3c4880d3d51cc5a0df6004e941c24f9e28 (diff)
Hyperscan compilation fix
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ndpi_main.c2
1 files changed, 1 insertions, 1 deletions
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;