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

Commits:

5064830 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 f0db07421f20b50f0630198cb249f37368b89186)
    Reviewed-on: https://code.wireshark.org/review/37006
    

Actions performed:

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


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