Wireshark-commits: [Wireshark-commits] master b3daf70: Pcap: wtap does not set interface timestamp
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Aug 2015 23:04:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3daf70714a4aeef99d6f19ee7af1e87723e7779
Submitter: Hadriel Kaplan (hadrielk@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b3daf70 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Pcap: wtap does not set interface timestamp precision when reading pcap
    
    Like bug 11447, when wiretap reads a legacy PCAP file it needs to
    set the interface description's tsprecision member. And like bug
    11447, I'm wondering why we have the field to begin with. But I'm
    fixing this so that the Windows buildbots can get going again.
    
    Change-Id: I71d0fe2e999ee7d11f1f5cc424681a99e17b1b1b
    Reviewed-on: https://code.wireshark.org/review/10139
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    

Actions performed:

    from  fc0a2f5   Add more debug infor for windows buildbot test suite failure
    adds  b3daf70   Pcap: wtap does not set interface timestamp precision when reading pcap


Summary of changes:
 wiretap/file_access.c |    2 ++
 wiretap/merge.c       |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)