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

Commits:

e3da42f 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/37007
    

Actions performed:

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


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