Wireshark-bugs: [Wireshark-bugs] [Bug 11310] reassembly of RTP (rtp.pt) does not work
Date: Fri, 26 Jun 2015 16:46:17 +0000

changed bug 11310


What Removed Added
Status INCOMPLETE CONFIRMED

Comment # 3 on bug 11310 from
What happens here is that no conversation was created for this RTP stream due
to the lack of call control messages (SRTP, H245, SDP, ...). So the function
srtp_add_address() is not called.
Without this conversation being available, RTP reassembly code is deactivated
which is why you are not given any reassembled packet, whatever value you put
in desegment_len.
I'm not that familiar with RTP, so I'm not sure what's the next step.
Eventually the heuristic dissector (called when "Try to decode RTP outside of
conversations" option is activated) could create this conversation somehow.
Does your real use case (not the unitary test attached) include some call
control protocol used to setup RTP?


You are receiving this mail because:
  • You are watching all bug changes.