Have a common routine to convert FILETIME to nstime_t.
authorGuy Harris <guy@alum.mit.edu>
Mon, 20 Apr 2015 20:41:07 +0000 (13:41 -0700)
committerGuy Harris <guy@alum.mit.edu>
Mon, 20 Apr 2015 20:41:38 +0000 (20:41 +0000)
commit94dc9cd113f5263a55ee86855a4642991f87a351
tree4fcd83ef7a87f0fd5a7f6c490d548023940ff332
parent4e9ff477d90bad4ecbdaa9d39af872cd21eda858
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@alum.mit.edu>
epan/dissectors/packet-windows-common.c
wiretap/netmon.c
wsutil/nstime.c
wsutil/nstime.h