zeek/testing/btest/scripts/base
Jon Siwek cc15c985ca GH-1450: Improve printing/logging of large double/interval/time values
The modp_dtoa/modp_dtoa2 functions aren't capable of handling double
values larger than INT_MAX and fallback on using sprintf() in that
situation.  Previously, the format string to that sprintf() was "%e",
defaulting to a precision of 6, which is already too few digits to
represent a number known to be larger than INT_MAX.  Now, an sprintf()
is still performed for values larger than INT_MAX and still uses a
scientific notation format, but in a way that uses as many decimal
digits as needed to preserve information.
2021-04-06 19:54:02 -07:00
..
files &is_set => &is_assigned 2021-02-04 12:18:46 -08:00
frameworks GH-1450: Improve printing/logging of large double/interval/time values 2021-04-06 19:54:02 -07:00
misc Tweak find-filtered-trace to not flag traces if they have non-TCP 2020-09-25 11:29:44 +00:00
protocols Remove deprecated ICMP events 2021-01-27 10:52:40 -07:00
utils Update Python invocations to explicit python3 2020-11-25 14:57:09 -08:00