Wireshark-commits: [Wireshark-commits] master-1.12 b1bd95c: Have a common routine to convert FILETI

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 20 Apr 2015 20:42:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1bd95c440528f0d5049fb2daf4eb711120f9f01
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

b1bd95c by Guy Harris (guy@xxxxxxxxxxxx):

    Have a common routine to convert FILETIME to nstime_t.
    
    We had several copies of that code; put it into a filetime_to_nstime()
    routine in wsutil, and call that common routine instead.
    
    Change-Id: I1eb5579c36c129ff8d23f9212285ab3f63be0f43
    Reviewed-on: https://code.wireshark.org/review/8142
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 94dc9cd113f5263a55ee86855a4642991f87a351)
    Reviewed-on: https://code.wireshark.org/review/8143
    

Actions performed:

    from  b329901   [Automatic update for 2015-04-19]
    adds  b1bd95c   Have a common routine to convert FILETIME to nstime_t.


Summary of changes:
 epan/dissectors/packet-windows-common.c |   38 +---------------
 wiretap/netmon.c                        |   47 ++-----------------
 wsutil/nstime.c                         |   76 +++++++++++++++++++++++++++++++
 wsutil/nstime.h                         |    4 ++
 4 files changed, 86 insertions(+), 79 deletions(-)