Wireshark-commits: [Wireshark-commits] master f0db074: camins: make sure the presence flags are set
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 01 May 2020 21:20:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0db07421f20b50f0630198cb249f37368b89186
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f0db074 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>
    

Actions performed:

    from  582ad24   Remove some single-SHB assumptions.
     add  f0db074   camins: make sure the presence flags are set.


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