zeek/scripts/base/utils
Christian Kreibich 693d8e9251 Treat private address space as site-local by default
This makes Site::private_address_space work like a subset of Site::local_nets,
to match many user's intuition of how we should treat site locality out of the
box. As config options, changes/redefs to Site::private_address_space propagate
to Site::local_nets, while changes to the latter don't affect the former.

A new global bit `Site::private_address_space_is_local` controls the behavior.
It defaults to true, and redefing to false brings back the original behavior.
2023-03-15 17:01:00 -07:00
..
active-http.zeek update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00
addrs.zeek Reformat docs in addrs.zeek to fix doc generation 2021-09-14 19:26:28 -07:00
backtrace.zeek Add backtrace() and print_backtrace() 2020-07-03 14:09:31 -07:00
conn-ids.zeek Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
dir.zeek Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
directions-and-hosts.zeek Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
email.zeek UPDATED: improving email address splitting for common comma case 2022-08-05 17:38:54 -04:00
exec.zeek update uses of "when" in base scripts to include captures 2022-01-07 14:53:33 -08:00
files.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
geoip-distance.zeek More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
hash_hrw.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
numbers.zeek Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
paths.zeek Expand build_path() function to handle empty dir arguments gracefully 2022-05-19 09:45:52 -07:00
patterns.zeek Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
queue.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
site.zeek Treat private address space as site-local by default 2023-03-15 17:01:00 -07:00
strings.zeek strings: Implement join_string_set() as bif 2022-09-20 23:07:26 +02:00
thresholds.zeek Remove trailing whitespace from script files 2021-10-20 09:57:09 -07:00
time.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
urls.zeek Restore previous url scheme capture group 2020-04-14 16:33:19 -07:00