Adding upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
77e49242a4
commit
7f23b84d72
113 changed files with 10899 additions and 6499 deletions
|
@ -104,7 +104,7 @@ static int dns_protocol_handler(tcpreasm_t* t, u_char* segment, uint16_t dnslen,
|
|||
}
|
||||
|
||||
t->bfb_buf[t->bfb_at++] = dnslen >> 8;
|
||||
t->bfb_buf[t->bfb_at++] = dnslen & 0xff; //NOSONAR
|
||||
t->bfb_buf[t->bfb_at++] = dnslen & 0xff; // NOSONAR
|
||||
memcpy(&t->bfb_buf[t->bfb_at], segment, dnslen);
|
||||
t->bfb_at += dnslen;
|
||||
t->seq_bfb += 2 + dnslen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue