Wireshark-commits: [Wireshark-commits] master-3.0 33e7bee: dns: Unify display of TTL with time_secs

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 08 Dec 2019 22:38:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=33e7bee7a3685750dcd1a8c2c6b937c3dd7fa00d
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

33e7bee 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/35364
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  fb25d63   dns: Bring back TTL formatted with time_secs_to_str()
     add  33e7bee   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(-)