mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-02 00:40:17 +00:00
fuzz: extend fuzzing coverage (#2696)
This commit is contained in:
parent
26824be51c
commit
d4fb7b0aa1
4 changed files with 30 additions and 3 deletions
|
|
@ -1418,6 +1418,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl
|
|||
if(flow->ndpi_flow->protos.dns.geolocation_iata_code[0] != '\0')
|
||||
strcpy(flow->dns.geolocation_iata_code, flow->ndpi_flow->protos.dns.geolocation_iata_code);
|
||||
|
||||
#if 0
|
||||
if(0) {
|
||||
u_int8_t i;
|
||||
|
||||
|
|
@ -1433,6 +1434,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl
|
|||
printf("(%s) %s [ttl: %u]\n", flow->host_server_name, buf, flow->ndpi_flow->protos.dns.rsp_addr_ttl[i]);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
/* MDNS */
|
||||
else if(is_ndpi_proto(flow, NDPI_PROTOCOL_MDNS)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue