Wireshark-commits: [Wireshark-commits] master 732aa60: proto: fix get_time_value() for ENC_TIME_CLA

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Jan 2020 19:23:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=732aa600986ef007568e917ffaf552dce7ce05f5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

732aa60 by Jakub Adam (jakub.adam@xxxxxxxxxxxxx):

    proto: fix get_time_value() for ENC_TIME_CLASSIC_MAC_OS_SECS
    
    Times before 1970-01-01 should be represented as a negative number of
    seconds in nstime_t.
    
    e.g. MP4 creation_time of 0x00000000 (which appears frequently as the
    default in mp4 files) was rendered as Feb 6, 2040 07:28:16 CET
    
    Change-Id: I979aeeb8a625caad3dfbce114cff6f9967d59d6e
    Reviewed-on: https://code.wireshark.org/review/35904
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a4cb1c3   tools: add missing package to bsd-setup.
     add  732aa60   proto: fix get_time_value() for ENC_TIME_CLASSIC_MAC_OS_SECS


Summary of changes:
 epan/proto.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)