dns: store flags for logging for TCP

pull/3062/head
Pascal Delalande 7 years ago committed by Victor Julien
parent 3396747cd6
commit d474c95349

@ -509,6 +509,7 @@ static int DNSReponseParseData(Flow *f, DNSState *dns_state, const uint8_t *inpu
}
if (tx != NULL) {
tx->flags = ntohs(dns_header->flags);
tx->replied = 1;
}

Loading…
Cancel
Save