Skip to content

Commit

Permalink
STUN: minor fix for RTCP traffic (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi authored Oct 15, 2024
1 parent 2d7085a commit ff14b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/protocols/stun.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ static int is_subclassification_real_by_proto(u_int16_t proto)
if(proto == NDPI_PROTOCOL_UNKNOWN ||
proto == NDPI_PROTOCOL_STUN ||
proto == NDPI_PROTOCOL_RTP ||
proto == NDPI_PROTOCOL_RTCP ||
proto == NDPI_PROTOCOL_SRTP ||
proto == NDPI_PROTOCOL_DTLS)
return 0;
Expand Down

0 comments on commit ff14b36

Please sign in to comment.