Wireshark-commits: [Wireshark-commits] master 6febe27: Give the time_[m]secs_to routines names that
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6febe27586426ac556b56b491a93fed4c852680a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6febe27 by Guy Harris (guy@xxxxxxxxxxxx):
Give the time_[m]secs_to routines names that begin with "[un]signed_".
Indicate whether they take a signed time delta or an unsigned time
delta.
Export unsigned_time_secs_to_str() while we're at it.
Change-Id: I0fbe87f1825efa886364caa61a3358b79d285947
Reviewed-on: https://code.wireshark.org/review/15324
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4013776 Handle -2^31 as a negative time-in-seconds.
adds 6febe27 Give the time_[m]secs_to routines names that begin with "[un]signed_".
Summary of changes:
epan/dissectors/asn1/mms/mms.cnf | 2 +-
epan/dissectors/packet-agentx.c | 2 +-
epan/dissectors/packet-bootp.c | 4 ++--
epan/dissectors/packet-dmp.c | 16 +++++++--------
epan/dissectors/packet-dns.c | 10 +++++-----
epan/dissectors/packet-icmp.c | 8 ++++----
epan/dissectors/packet-ipmi.c | 2 +-
epan/dissectors/packet-mms.c | 2 +-
epan/dissectors/packet-nbt.c | 2 +-
epan/dissectors/packet-pktc.c | 2 +-
epan/dissectors/packet-selfm.c | 4 ++--
epan/dissectors/packet-smb-browse.c | 6 +++---
epan/dissectors/packet-smb-pipe.c | 6 +++---
epan/dissectors/packet-smb.c | 2 +-
epan/dissectors/packet-who.c | 2 +-
epan/dissectors/packet-zbee-zcl-general.c | 4 ++--
epan/to_str.c | 30 ++++++++++++++---------------
epan/to_str.h | 6 +++---
18 files changed, 55 insertions(+), 55 deletions(-)