Wireshark-commits: [Wireshark-commits] master 796dca3: print: use frame date instead of current for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Dec 2018 10:41:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=796dca3c2a5259af62d89519193308d71774c2a9
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

796dca3 by Dario Lombardo (lomato@xxxxxxxxx):

    print: use frame date instead of current for json index.
    
    Instead of using the current date (that can differ from packets)
    take if from the current frame. That will put the frame in an index
    related to its capture date instead of its loading date.
    
    Small indentation fixes.
    
    Change-Id: If9f9dad1399c2b1bf145e8bcc45a6936e4599cd7
    Reviewed-on: https://code.wireshark.org/review/31204
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  7ec16dc   Declare register and register-handoff functions.
     add  796dca3   print: use frame date instead of current for json index.


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