Wireshark-commits: [Wireshark-commits] master bf886df: wiretap: camins: add support for timestamps
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf886df8b6907b582f5ba67b6d008fb3cbdb6495
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bf886df by Martin Kaiser (wireshark@xxxxxxxxx):
wiretap: camins: add support for timestamps
A CAM inspector file maintains a global time counter in units of
1us. Set the correct resolution for the packet timestamps.
Keep track of the time counter when the file is loaded and we walk
through the file from start to end. Process timestamp blocks in the
file. Each of those blocks updates a part of the overall time counter.
Change-Id: I138cd8fb287e591b078babc2403a599287df1397
Reviewed-on: https://code.wireshark.org/review/27904
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 8f6c3ee Boost the maximum frame size.
adds bf886df wiretap: camins: add support for timestamps
Summary of changes:
wiretap/camins.c | 77 +++++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 62 insertions(+), 15 deletions(-)