Wireshark-bugs: [Wireshark-bugs] [Bug 11310] reassembly of RTP (rtp.pt) does not work

Date: Fri, 26 Jun 2015 17:38:45 +0000

Comment # 5 on bug 11310 from
(In reply to Gerrit Code Review from comment #4)
> Change 9175 had a related patch set uploaded by Pascal Quantin:
> RTP: create conversation when using heuristic dissector
> 
> https://code.wireshark.org/review/9175

Could you give a try with this patch? I'm not sure it is the right approach but
at least it works fine with your sample capture (that is only unidirectional so
I'm not sure bi directional RTP streams will work fine).
Note that so as to activate the new code, you need to activate the "Try to
decode RTP outside of conversations" RTP option and remove the following lines
from your Lua script:
    -- load the udp.port table
    local udpTable = DissectorTable.get("udp.port")
    -- register the rtp protocol to handle the udp port 5004
    udpTable:add(5004, Dissector.get("rtp"))


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