Wireshark-commits: [Wireshark-commits] master fc31446: Add support for "classic Mac OS" timestamps

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jan 2020 20:54:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc314462773fd8086a7830b3effe4e3182e33b81
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

fc31446 by Guy Harris (guy@xxxxxxxxxxxx):

    Add support for "classic Mac OS" timestamps and use them in file-mp4.c.
    
    Those times are in seconds since January 1, 1904, 00:00:00 (proleptic?)
    UTC.
    
    MPEG-4 Part 14 (MP4) is based on QuickTime, so it uses classic Mac OS
    time stamps, in seconds.
    
    Change-Id: Ibcd7faf1b119d8acbb294c95b66ca0d1fb70cbb3
    Reviewed-on: https://code.wireshark.org/review/35886
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  23b91bd   tools: minor changes in bsd-setup script.
     add  fc31446   Add support for "classic Mac OS" timestamps and use them in file-mp4.c.


Summary of changes:
 epan/dissectors/file-mp4.c | 38 +++++++++++++---------------------
 epan/proto.c               | 51 ++++++++++++++++++++++++++++++++++++++++++----
 epan/proto.h               | 29 +++++++++++++-------------
 3 files changed, 76 insertions(+), 42 deletions(-)