https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3972
Summary: speed up a little proto_custom_set
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Trivial
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: dgautheron@xxxxxxxx
didier gautheron <dgautheron@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3596| |review_for_checkin?
Flag| |
Created an attachment (id=3596)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3596)
speed up a little proto_custom_set
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Hi,
- Remove now unused col_custom_set_fstr code.
- Store in col info the custom field's id and replace g_tree_lookup
with the faster proto_registrar_get_nth function.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.