Wireshark-commits: [Wireshark-commits] master-2.6 273c9bf: TTLs are unsigned; format them with unsi

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

Commits:

273c9bf 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/35370
    

Actions performed:

    from  ea29733   dns: Unify display of TTL with time_secs_to_str()
     add  273c9bf   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(-)