URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfdd20750884c4f20ad9ef59f0685dbcffbf7462
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cfdd207 by Gerald Combs (gerald@xxxxxxxx):
Qt: Limit the amount of Follow Stream text.
QTextEdit + QTextDocument don't handle large amounts of data very well.
Truncate our displayed text after 2 MB.
Change-Id: I0b549a0b05a490272bc0d34af0f2c6661c548d0f
Reviewed-on: https://code.wireshark.org/review/5042
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 74e8613 Don't check the checksum if we're encapsulated in an (ICMP) error packet.
adds cfdd207 Qt: Limit the amount of Follow Stream text.
Summary of changes:
ui/qt/follow_stream_dialog.cpp | 74 +++++++++++++++++++++++++---------------
ui/qt/follow_stream_dialog.h | 17 ++++-----
2 files changed, 56 insertions(+), 35 deletions(-)