Wireshark-commits: [Wireshark-commits] master 2dc1b77: elastic: print times the right way.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Nov 2019 17:40:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2dc1b77827c462198b572296caa0b7a9e03b5073
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2dc1b77 by Dario Lombardo (lomato@xxxxxxxxx):

    elastic: print times the right way.
    
    According to https://www.elastic.co/guide/en/elasticsearch/reference/6.7/date.html
    a timestamp can be string or integer. Print the absolute times as string and the
    relative times as integers.
    
    The format for the time will be "date_nanos" as described here
    https://www.elastic.co/guide/en/elasticsearch/reference/current/date_nanos.html
    
    Ping-Bug: 15784
    Change-Id: I430939961767fa65d11f2d3c939b203c8c84e88e
    Reviewed-on: https://code.wireshark.org/review/34166
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  2336547   Show correct format of --display command line parameter
     add  2dc1b77   elastic: print times the right way.


Summary of changes:
 epan/print.c          | 13 +++++++++++++
 test/baseline/dhcp.ek |  8 ++++----
 2 files changed, 17 insertions(+), 4 deletions(-)