From 20bac32e1fa07489340b27367f31a3fcc74ca152 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 18 Jul 2019 11:24:44 +0200 Subject: Improvements for dta dissection --- src/include/ndpi_api.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/ndpi_api.h') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index f2b03774f..d5cc9ad15 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -812,7 +812,9 @@ extern "C" { u_int16_t ndpi_guess_host_protocol_id(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow); int ndpi_has_human_readeable_string(struct ndpi_detection_module_struct *ndpi_struct, - char *buffer, u_int buffer_size); + char *buffer, u_int buffer_size, + u_int8_t min_string_match_len, /* Will return 0 if no string > min_string_match_len have been found */ + char *outbuf, u_int outbuf_len); char* ndpi_ssl_version2str(u_int16_t version); /* Serializer */ -- cgit v1.2.3