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.