mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 09:50:16 +00:00
Cleaned up tls/quic datatypes
This commit is contained in:
parent
15295ef4c5
commit
a31bd5ac3c
8 changed files with 174 additions and 174 deletions
|
|
@ -80,7 +80,7 @@ static void ndpi_rtp_search(struct ndpi_detection_module_struct *ndpi_struct,
|
|||
|
||||
NDPI_LOG_DBG(ndpi_struct, "search RTP\n");
|
||||
|
||||
if((payload_len < 2) || flow->protos.stun_ssl.stun.num_binding_requests) {
|
||||
if((payload_len < 2) || flow->protos.tls_quic_stun.stun.num_binding_requests) {
|
||||
NDPI_EXCLUDE_PROTO(ndpi_struct, flow);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue