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 5821] Reduce per-packet memory requirements

Date: Fri, 17 Aug 2012 07:36:20 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6192|0                           |1
        is obsolete|                            |
   Attachment #8974|                            |review_for_checkin-
              Flags|                            |

--- Comment #12 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-08-17 07:36:19 PDT ---
Created attachment 8974
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8974
frame_data: store pointers to previously displayed and captured packet, not
nstime_t deltas

This reduces size of frame_data structure from 144B to 128B on 64bits
wireshark,
in cost of some more CPU power (no benchmarks).

If this patch is OK, I'll fix the lua compilation, and fix comments.

Similar thing can be done with frame_data->rel_ts to save another 8B

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.