mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-10 17:58:19 +00:00
Removed debug message
This commit is contained in:
parent
a4d797f832
commit
cc51253007
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ static ndpi_int_stun_t ndpi_int_check_stun(struct ndpi_detection_module_struct *
|
|||
}
|
||||
|
||||
if((payload[0] != 0x80) && ((msg_len+20) > payload_length)) {
|
||||
printf("=>> NOT STUN [[%02X]\n", payload[0]);
|
||||
return(NDPI_IS_NOT_STUN);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue