aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_classify.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-10-02 20:58:02 +0200
committerLuca Deri <deri@ntop.org>2019-10-02 20:58:02 +0200
commit3dbf7bbabb291f803d2232e79642554769bea325 (patch)
tree862acd6fddbbbea0e06562cebad4b2e07b7b98eb /src/lib/ndpi_classify.c
parent8f20e482ce3262426e8fbb2c0a4888f1e159ee56 (diff)
parent329a33ed5942ffb66ebd86b3cdf69a66e6bb0d6b (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/lib/ndpi_classify.c')
-rw-r--r--src/lib/ndpi_classify.c2
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;