From 77edf1f680fcbfd7c9947bb9b075602a34cb3460 Mon Sep 17 00:00:00 2001 From: Ravi Kerur Date: Wed, 2 Oct 2019 09:32:39 -0700 Subject: Fix crash due to recent code changes when using hyperscan and mining_hosts. Signed-off-by: Ravi Kerur --- src/include/ndpi_classify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/ndpi_classify.h') diff --git a/src/include/ndpi_classify.h b/src/include/ndpi_classify.h index cd03027d8..2793194cf 100644 --- a/src/include/ndpi_classify.h +++ b/src/include/ndpi_classify.h @@ -88,6 +88,6 @@ void ndpi_timer_sub(const struct timeval *a, const struct timeval *b, struct tim void ndpi_timer_clear(struct timeval *a); unsigned int ndpi_timeval_to_milliseconds(struct timeval ts); unsigned int ndpi_timeval_to_microseconds(struct timeval ts); -void ndpi_log_timestamp(char *log_ts, u_int log_ts_len); +void ndpi_log_timestamp(char *log_ts, uint32_t log_ts_len); #endif /* NDPI_CLASSIFY_H */ -- cgit v1.2.3