Actions
Bug #1419
closedDNS transaction handling issues
Affected Versions:
Effort:
Difficulty:
Label:
Description
We don't properly handle the case where many requests are lost:
1. transaction_max not (always?) incremented
2. no 'request lost' flag
Updated by Victor Julien over 9 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
- Target version changed from 2.1beta4 to 3.0RC1
Updated by Victor Julien almost 9 years ago
- Target version changed from 3.0RC1 to 70
Updated by Jason Ish over 8 years ago
- Related to Bug #1664: Unreplied DNS queries not logged when flow is aged out 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 use of different logger contexts for requests and replies should resolve this as the transaction log handling only concerns itself with a single direction, so lost messages should not affected future transactions.
Updated by Victor Julien over 8 years ago
- Assignee changed from Victor Julien to Jason Ish
Actions