Wireshark-commits: [Wireshark-commits] master-3.2 abdd0a7: TTLs are unsigned; format them with unsi

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

Commits:

abdd0a7 by Guy Harris (guy@xxxxxxxxxxxx):

    TTLs are unsigned; format them with unsigned_time_secs_to_str().
    
    Change-Id: I489c981e02b2ed0331981003777a5de54ba8221f
    Reviewed-on: https://code.wireshark.org/review/35367
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 38638583c1bb075339ec9015ead04282b8cf322e)
    Reviewed-on: https://code.wireshark.org/review/35368
    

Actions performed:

    from  78bd8c8   dns: Unify display of TTL with time_secs_to_str()
     add  abdd0a7   TTLs are unsigned; format them with unsigned_time_secs_to_str().


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