Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTP/STUN: look for STUN packets after RTP/RTCP classification #2465

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. RTP/STUN: look for STUN packets after RTP/RTCP classification

    After a flow has been classified as RTP or RTCP, nDPI might analyse more
    packets to look for STUN/DTLS packets, i.e. to try to tell if this flow
    is a "pure" RTP/RTCP flow or if the RTP/RTCP packets are multiplexed with
    STUN/DTLS.
    Useful for proper (sub)classification when the beginning of the flows
    are not captured or if there are lost packets in the the captured traffic.
    
    Disabled by default
    IvanNardi committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    64a8eef View commit details
    Browse the repository at this point in the history