zeek/testing/btest/scripts/base
Jon Siwek 5b4313b593 Deprecate Val(double, TypeTag) ctor, add TimeVal/DoubleVal subclasses
This also updates all usages of the deprecated Val ctor to use
either IntervalVal, TimeVal, or DoubleVal ctors.  The reason for
doing away with the old constructor is that using it with TYPE_INTERVAL
isn't strictly correct since there exists a more specific subclass,
IntervalVal, with overriden ValDescribe() method that ought to be used
to print such values in a more descriptive way.
2020-06-02 23:33:40 -07:00
..
files X509 caching API change: callback gets entry directly 2020-03-12 11:31:13 -07:00
frameworks Switch file UID hashing from md5 to highwayhash. 2020-04-30 10:20:09 -07:00
misc GH-488: teach the Version module to parse new version scheme 2019-07-25 23:05:06 -07:00
protocols Deprecate Val(double, TypeTag) ctor, add TimeVal/DoubleVal subclasses 2020-06-02 23:33:40 -07:00
utils GH-906: Fix the regex in url.zeek to better match for find_all_urls 2020-04-13 13:17:57 -07:00