URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4013776eecf7f64ce4f681f13297147c15092c2c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4013776 by Guy Harris (guy@xxxxxxxxxxxx):
Handle -2^31 as a negative time-in-seconds.
Its absolute value *is* expressible as an unsigned 32-bit value, so have
time_secs_to_str_buf(), for negative values, just put a - at the front
of the string and then pass the absolute value to
time_secs_to_str_buf_unsigned().
Change-Id: I87252fe541d9aac4902f81493c9f032ec3ed1500
Reviewed-on: https://code.wireshark.org/review/15323
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 1b16149 Shuffle some routines to put absolute-time and relative-time code together.
adds 4013776 Handle -2^31 as a negative time-in-seconds.
Summary of changes:
epan/to_str.c | 71 ++++++++++++++++++++-------------------------------------
1 file changed, 25 insertions(+), 46 deletions(-)