Wireshark-commits: [Wireshark-commits] master-3.0 5ba9e05: TTLs are unsigned; format them with unsi

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

Commits:

5ba9e05 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 c6c3ee1d62a459548c95511cc02c96ae6fe96377)
    Reviewed-on: https://code.wireshark.org/review/35369
    

Actions performed:

    from  33e7bee   dns: Unify display of TTL with time_secs_to_str()
     add  5ba9e05   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(-)