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.