Wireshark-bugs: [Wireshark-bugs] [Bug 11641] Support TURN TCP (RFC 6062)

Date: Wed, 28 Oct 2015 20:03:53 +0000

changed bug 11641


What Removed Added
Status RESOLVED INCOMPLETE
Resolution FIXED ---

Comment # 9 on bug 11641 from
These patches classify the TURN/TCP messages properly, but the TURN/TCP data
channels get mis-parsed after the initial ConnectionBind request/response.

In TURN/TCP, separate TCP connections are opened to the TURN server for the
each relayed TCP connection.  After the ConnectionBind exchange, the connection
is no longer framed as TURN; instead, it is an unframed pass-through.

See my attached capture, which sends a dummy test data protocol (varying
numbers of x characters followed by a newline).


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