Skip to content

Commit

Permalink
fixed numeric truncation error in ndpi_main.c:6837 (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
headshog authored May 29, 2023
1 parent efb261a commit 552c9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ndpi_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 552c9b3

Please sign in to comment.