Wireshark-commits: [Wireshark-commits] master-2.0 0580a40: Shuffle some routines to put absolute-ti
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 May 2016 20:27:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0580a40a5e64aad035ab860b857795bfe60b4a9d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

0580a40 by Guy Harris (guy@xxxxxxxxxxxx):

    Shuffle some routines to put absolute-time and relative-time code together.
    
    Put the routines that handle absolute time ("relative to the Epoch")
    together and the routines that handle relative time together.
    
    Change-Id: I15256921091ab67a1d92026385bf1b27aa52b404
    Reviewed-on: https://code.wireshark.org/review/15316
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 1b1614913f63b75b2565e02d05598c7b5ca5464f)
    Reviewed-on: https://code.wireshark.org/review/15317
    

Actions performed:

    from  504c7d0   cmake: fix GTK3 detection via pkg-config
    adds  0580a40   Shuffle some routines to put absolute-time and relative-time code together.


Summary of changes:
 epan/to_str.c |  426 +++++++++++++++++++++++++++++----------------------------
 epan/to_str.h |   10 +-
 2 files changed, 224 insertions(+), 212 deletions(-)