mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Removed tracing
This commit is contained in:
parent
ac5cb53066
commit
be749e75a5
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ static int ndpi_int_check_mdns_payload(struct ndpi_detection_module_struct
|
|||
|
||||
answer[j] = '\0';
|
||||
|
||||
printf("==> [%d] %s\n", j, answer);
|
||||
/* printf("==> [%d] %s\n", j, answer); */
|
||||
|
||||
len = ndpi_min(sizeof(flow->protos.mdns.answer)-1, j);
|
||||
strncpy(flow->protos.mdns.answer, (const char *)answer, len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue