URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa6d5ee1a7f04c81262db1f6fb68ccd2f11ed65a
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
aa6d5ee by Guy Harris (guy@xxxxxxxxxxxx):
Use the time stamps in the packet_info structure, not the frame_data structure.
In the long run, we'd like to remove the time stamp from the frame_data
structure, as, in Wireshark, and in TShark in two-pass mode, there's one
allocated for every frame in the file, and shrinking the size of that
structure reduces the memory usage.
This removes one obstacle to that.
Change-Id: Ia8f87522cd974555c57e0ac1e742b097e8b0f2fc
Reviewed-on: https://code.wireshark.org/review/29881
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 854cfe5 Make the ERF code in pcap_get_phdr_size() more like the reading code.
add aa6d5ee Use the time stamps in the packet_info structure, not the frame_data structure.
Summary of changes:
epan/dissectors/packet-coap.c | 4 ++--
epan/dissectors/packet-cql.c | 4 ++--
epan/dissectors/packet-dof.c | 6 +++---
epan/dissectors/packet-ipp.c | 6 +++---
epan/dissectors/packet-metamako.c | 8 ++++----
epan/dissectors/packet-skinny.c | 4 ++--
epan/dissectors/packet-snort.c | 2 +-
epan/dissectors/packet-u3v.c | 4 ++--
8 files changed, 19 insertions(+), 19 deletions(-)