Wireshark-bugs: [Wireshark-bugs] [Bug 12315] Qt Follow TCP stream freezes on MPTCP sample captur

Date: Fri, 01 Apr 2016 16:56:27 +0000

changed bug 12315


What Removed Added
CC   [email protected]
See Also   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11777
Summary Follow TCP stream freezes on MPTCP sample capture Qt Follow TCP stream freezes on MPTCP sample capture

Comment # 2 on bug 12315 from
This is another symptom of the Qt slowness described in bug 11777.
This TCP stream (that can be displayed without issue with GTK UI) is a single
ASCII line without carriage returns.
Forcing the display as raw data (instead of ASCII) works because I insert
carriage returns every TCP packet. It confirms that Qt QTextEdit gets
exponentially slow for a giant line.


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