ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master cfdd207: Qt: Limit the amount of Follow Stream text.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 1 Nov 2014 16:57:27 +0000 (UTC)
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(-)