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: Tue, 19 Apr 2011 14:58:44 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821

--- Comment #7 from Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx> 2011-04-19 14:58:40 PDT ---
Created an attachment (id=6192)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6192)
Remove frame_data->del_cap_ts (16B)

Attached patch removes del_cap_ts from frame_data struct, and adds del_cap_ts
to packet_info struct.

packet_list_get_widest_column_string change would be the hardest, so as extra
simplify it to use frame_data_compare().

About assumption ->prev points to previous captured frame, wasn't true in
tshark without -P, and it require some ugly hack. rawshark might need it as
well.

Just PoC so review_for_checking unset.

TODO: Remove prev_cap_ts param from frame_data_set_before_dissect.

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