Wireshark-commits: [Wireshark-commits] master-3.2 f3cb256: camins: make sure the presence flags are

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 01 May 2020 21:20:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3cb256e5df0d9896da1590fa6d03666df94e152
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

f3cb256 by Guy Harris (guy@xxxxxxxxxxxx):

    camins: make sure the presence flags are set.
    
    The time stamps are calculated by sequential processing, not read from a
    value in the packet record, so we don't supply them when reading
    randomly.  Make sure the presence flags are 0 in that case (our callers
    currently don't look at time stamps when reading randomly, because
    some other file formats also don't supply time stamps for random reads,
    but we should make it clean).
    
    Change-Id: Ic035cc7d4eb36f76beefcfd98a389af09365d363
    Reviewed-on: https://code.wireshark.org/review/37004
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (cherry picked from commit 7982bf6c8a384d9cdfbe8276817abe31e4e9b490)
    Reviewed-on: https://code.wireshark.org/review/37005
    

Actions performed:

    from  b7c31f7   pcapng: give a structure member an appropriate name.
     add  f3cb256   camins: make sure the presence flags are set.


Summary of changes:
 wiretap/camins.c | 1 +
 1 file changed, 1 insertion(+)