Wireshark-commits: [Wireshark-commits] master-3.2 78bd8c8: dns: Unify display of TTL with time_secs
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 08 Dec 2019 20:25:11 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=78bd8c892657a5574821b338afab6b824380a9b4
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

78bd8c8 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>
    (cherry picked from commit 803d47fd50c9f5e76cd0a43f34eb587e0f1d6804)
    Reviewed-on: https://code.wireshark.org/review/35360
    

Actions performed:

    from  ac9e7f2   dns: Bring back TTL formatted with time_secs_to_str()
     add  78bd8c8   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(-)