UDP packets falsely marked as "malformed packet" (#18136...
this is a bug in the RTCP UDP heuristic. Deactivating it (Analyze -> Enabled Protocols -> uncheck rtcp_udp) fixes it. We must change the heuristic dissector to verify that at least 2 bytes are present before checking the bytes value. ...