From 81e42b748e46666158596cc22224b0ec11d85be0 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Wed, 29 May 2024 18:31:10 +0200 Subject: RTP: fix detection over TCP (#2462) RFC4571 is not the only way to wrap RTP messages in TCP streams. For example, when RTP is encapsulated over TURN flows (i.e. via DATA attribute) there is no additional framing. See also 6127e0490 --- tests/cfgs/stun_extra_dissection/pcap/stun_dtls_rtp.pcapng | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/cfgs/stun_extra_dissection/pcap/stun_dtls_rtp.pcapng (limited to 'tests/cfgs/stun_extra_dissection/pcap/stun_dtls_rtp.pcapng') diff --git a/tests/cfgs/stun_extra_dissection/pcap/stun_dtls_rtp.pcapng b/tests/cfgs/stun_extra_dissection/pcap/stun_dtls_rtp.pcapng new file mode 120000 index 000000000..d30bde120 --- /dev/null +++ b/tests/cfgs/stun_extra_dissection/pcap/stun_dtls_rtp.pcapng @@ -0,0 +1 @@ +../../default/pcap/stun_dtls_rtp.pcapng \ No newline at end of file -- cgit v1.2.3