Skip to content

TURN: Don't report bogus PDU lengths

John Thacker requested to merge johnthacker/wireshark:stun_turn into master

Since STUN and TURN (and DLTS, RTCP) are multiplexed togther, using the non-heuristic TURN dissector with Decode As is not usually the correct choice. However, if we're doing that, and the packet doesn't look like a TURN packet, don't give a bogus PDU length to the TCP dissector but instead take until the end of the packet. Fix #16756 (closed)

Merge request reports