Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3391] New: When loading a big file wireshark redraws a lot

Date: Sat, 4 Apr 2009 10:48:38 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3391

           Summary: When loading a big file wireshark redraws a lot the
                    first pane if auto_scroll_live is not set
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: dgautheron@xxxxxxxx



didier gautheron <dgautheron@xxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2909|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=2909)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2909)
if auto_scroll_live is not set only redraw the first pane once

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
when loading files > 50 MB wireshark redraws the first pane on each
update_progress_dlg(). If auto_scroll_live is not set that's mean it redraws
the same rows again and again.

The patch attached only redraws it once or if cf->displayed_count < 1000, in
case you have a very big screen.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.