aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
Diffstat (limited to 'nDPId.c')
-rw-r--r--nDPId.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nDPId.c b/nDPId.c
index cea8c4bfe..5ebb0fd3c 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -2999,7 +2999,7 @@ static void ndpi_process_packet(uint8_t * const args,
flow_to_process->flow_extended.total_l4_payload_len += l4_payload_len;
if (flow_to_process->flow_extended.first_seen == 0)
{
- flow_to_process->flow_extended.first_seen = time_ms;
+ flow_to_process->flow_extended.first_seen = flow_to_process->flow_extended.flow_basic.last_seen = time_ms;
}
if (l4_payload_len > flow_to_process->flow_extended.max_l4_payload_len)
{