URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94dc9cd113f5263a55ee86855a4642991f87a351
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
94dc9cd 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>
Actions performed:
from 4e9ff47 CMake minor updates
adds 94dc9cd 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(-)