From 552c9b3cc6fbffc5767086c1594b2b8f6598365c Mon Sep 17 00:00:00 2001 From: headshog <124502670+headshog@users.noreply.github.com> Date: Mon, 29 May 2023 20:34:26 +0300 Subject: fixed numeric truncation error in ndpi_main.c:6837 (#1998) --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 491de0d79..d857899da 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1152,7 +1152,7 @@ typedef struct { struct ndpi_detection_module_struct { NDPI_PROTOCOL_BITMASK detection_bitmask; - u_int32_t current_ts; + u_int64_t current_ts; u_int16_t max_packets_to_process; u_int16_t num_tls_blocks_to_follow; u_int8_t skip_tls_blocks_until_change_cipher:1, enable_ja3_plus:1, _notused:6; -- cgit v1.2.3