Wireshark-commits: [Wireshark-commits] master 803d47f: dns: Unify display of TTL with time_secs_to_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 08 Dec 2019 20:24:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=803d47fd50c9f5e76cd0a43f34eb587e0f1d6804
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

803d47f by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    dns: Unify display of TTL with time_secs_to_str()
    
    Use same format for "Time to live" as for other ttl values by
    appending the time_secs_to_str() output to the number of seconds.
    
    Ping-Bug: 16263
    Change-Id: Ie55bbf27bf9c44554d391b395d23c478ad401d98
    Reviewed-on: https://code.wireshark.org/review/35358
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  9110c59   SMB2: IOCTL response dissector minor fixes
     add  803d47f   dns: Unify display of TTL with time_secs_to_str()


Summary of changes:
 epan/dissectors/packet-dns.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)