ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3764] GTK2 based packet list - patches

Date: Sun, 26 Jul 2009 17:02:42 -0700 (PDT)
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.