ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3935] New: speed up expert info composite

Date: Mon, 24 Aug 2009 11:03:15 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3935

           Summary: speed up expert info composite
           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 #3565|                            |review_for_checkin?
               Flag|                            |


Created an attachment (id=3565)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3565)
use gtk_tree_store_prepend rather than gtk_tree_store_append if more than 1000
rows

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Hi,

It's a hack but if there's more than 1000 packets for a 'procedure' use
 gtk_tree_store_prepend rather than gtk_tree_store_append it's a *lot* faster.

Try it on a capture with 100 000 tcp retransmit for example.

Of course it screws the order but with so many rows the output isn't really
useful anyway.


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