Wireshark-commits: [Wireshark-commits] master-2.0 63c4b95: Adjust time stamps even if the secs valu

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

Commits:

63c4b95 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: I91354783af7b6356d9806c7559d35da44ea4567f
    Reviewed-on: https://code.wireshark.org/review/13913
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 41d734ec67217bb289f35f7497e26c13c2bf092f)
    Reviewed-on: https://code.wireshark.org/review/13914
    

Actions performed:

    from  d25bec9   Qt: fix jitter buffer management
    adds  63c4b95   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(-)