Actions
Bug #1664
closedUnreplied DNS queries not logged when flow is aged out
Affected Versions:
Effort:
Difficulty:
Label:
Description
If a DNS query is not followed by a response before the flow is timed out, the DNS transaction is not logged at all. I was wondering if there's a way to trigger the tx logging before the flow is flushed out.
This is observed with suricata 3.0RC1.
Updated by Victor Julien almost 9 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
- Target version set to 70
Updated by Jason Ish over 8 years ago
- Related to Bug #1419: DNS transaction handling issues added
Updated by Jason Ish over 8 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 3.1.1
Fixed. See https://github.com/inliniac/suricata/pull/2174
The DNS query is now logged after the query is complete instead of waiting for the reply. So a missing reply will no longer result in not logging the query.
Updated by Victor Julien over 8 years ago
- Assignee changed from Victor Julien to Jason Ish
Actions