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
backtrace.zeek
conn-ids.zeek
dir.zeek Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
directions-and-hosts.zeek
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
geoip-distance.zeek
hash_hrw.zeek
numbers.zeek
paths.zeek Expand build_path() function to handle empty dir arguments gracefully 2022-05-19 09:45:52 -07:00
patterns.zeek
queue.zeek
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
time.zeek
urls.zeek