Wireshark-commits: [Wireshark-commits] master 41d734e: Adjust time stamps even if the secs value of

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

Commits:

41d734e 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>
    

Actions performed:

    from  d1fc161   Add in a default value for extended_port_offset to avoid warning (-> error) with gcc-4.4.x
    adds  41d734e   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(-)