aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/result/dns_retransmissions.pcap.out
Commit message (Collapse)AuthorAge
* Add a new internal function `internal_giveup()`Ivan Nardi2025-03-05
| | | | | | | | This function is always called once for every flow, as last code processing the flow itself. As a first usage example, check here if the flow is unidirectional (instead of checking it at every packets)
* DNS: try to simplify the code (#2718)Ivan Nardi2025-02-12
Set the classification in only one place in the code.