diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2019-10-02 20:50:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 20:50:19 +0200 |
commit | 329a33ed5942ffb66ebd86b3cdf69a66e6bb0d6b (patch) | |
tree | a7571caaa04c24e8f89d5b2f341530166ae753f8 /src/lib/ndpi_classify.c | |
parent | 7f510c10fe1f764bf42417110cd53cf6ac765a4b (diff) | |
parent | 77edf1f680fcbfd7c9947bb9b075602a34cb3460 (diff) |
Merge pull request #791 from ntop/ndpi_hs
Fix crash due to recent code changes when using hyperscan and mining_…
Diffstat (limited to 'src/lib/ndpi_classify.c')
-rw-r--r-- | src/lib/ndpi_classify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_classify.c b/src/lib/ndpi_classify.c index 7a814f7ce..af7385fb7 100644 --- a/src/lib/ndpi_classify.c +++ b/src/lib/ndpi_classify.c @@ -679,7 +679,7 @@ ndpi_timeval_to_microseconds(struct timeval ts) } void -ndpi_log_timestamp(char *log_ts, u_int log_ts_len) +ndpi_log_timestamp(char *log_ts, uint32_t log_ts_len) { struct timeval tv; time_t nowtime; |