https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3764
Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3409| |review_for_checkin?
Flag| |
--- Comment #41 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> 2009-07-27 00:51:35 PDT ---
Created an attachment (id=3409)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3409)
Only fill in frame_data vals when needed
We recently added a fast path for columns values originating from frame_data,
but we still fill in _all_ the columns when we call
epan_dissect_fill_in_columns(). We should omit this for NEW_PACKET_LIST because
we do it later.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.