https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3762
Summary: remove frame data col_expr (for right click menu
filtering in list pane)
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: dgautheron@xxxxxxxx
didier gautheron <dgautheron@xxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3374| |review_for_checkin?
Flag| |
Created an attachment (id=3374)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3374)
remove col_expr in frame_data structure
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
This patch removes col_expr in frame_data structure, it can be recomputed when
needed.
It reverts a previous change, filtering was broken by something else (IIRC init
was done in the wrong order) and adding col_expr to frame_data was an erroneous
fix with a huge impact on memory usage (around 30% here).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.