https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3764
Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3404| |review_for_checkin?
Flag| |
--- Comment #38 from Kovarththanan Rajaratnam <kovarththanan.rajaratnam@xxxxxxxxx> 2009-07-26 17:02:38 PDT ---
Created an attachment (id=3404)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3404)
Use frame_data values
This patch extends r29200 by also adding a fast path for COL_NUMBER,
COL_PACKET_LENGTH and COL_CUMULATIVE_BYTES. Two new functions have been
introduced:
* col_based_on_frame_data() - return TRUE if the given column is based on
values from frame_data. This means that we don't have to duplicate the string.
* col_fill_in_frame_data() - fills in the columns from the values stored in
frame_data
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.