Wireshark-commits: [Wireshark-commits] master-1.12 1327968: Adjust time stamps even if the secs val

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Feb 2016 02:18:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1327968c8064864a8b8aa610457757b79e4d6f35
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

1327968 by Guy Harris (guy@xxxxxxxxxxxx):

    Adjust time stamps even if the secs value of the time stamp is 0.
    
    If the seconds value in a time stamp is 0, that says nothing whatsoever
    about whether it's supported or not - it's the presence flag, which
    we've already tested and found to be set, that indicates whether the
    time stamp is supported.
    
    Bug: 12116
    Change-Id: Idaafd5dde6f8d064b6a810e140c200001b0efe34
    Reviewed-on: https://code.wireshark.org/review/13915
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8774353   Don't try reassembly on fragments sliced short during capture.
    adds  1327968   Adjust time stamps even if the secs value of the time stamp is 0.


Summary of changes:
 editcap.c |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)