Wireshark-commits: [Wireshark-commits] master-2.6 ea29733: dns: Unify display of TTL with time_secs

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

Commits:

ea29733 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/35365
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

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