zeek/scripts/base/utils
Jon Siwek 170752fa99 Fix extract_first_email_addr() to really return the first email
The use of find_all() in extract_email_addrs_vec() extracted occurrences
to an intermediate set and thus lost any sense of ordering.

This changes extract_email_addrs_vec() to use find_all_ordered() and
return all occurrences of email addresses found in the argument,
included duplicates, with their order of occurrence preserved.
2020-08-11 11:26:21 -07:00
..
active-http.zeek More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
addrs.zeek GH-1040: Add zero-indexed version of str_split 2020-07-06 17:05:40 -07:00
backtrace.zeek Add backtrace() and print_backtrace() 2020-07-03 14:09:31 -07:00
conn-ids.zeek GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07:00
dir.zeek GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07:00
directions-and-hosts.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
email.zeek Fix extract_first_email_addr() to really return the first email 2020-08-11 11:26:21 -07:00
exec.zeek GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07: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 Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
paths.zeek GH-1041: Move compress_path to a bif that uses normalize_path 2020-07-06 11:43:44 -07:00
patterns.zeek Merge branch 'set_to_regex-docs' of https://github.com/jlagermann/zeek 2020-05-08 11:48:44 -07:00
queue.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
site.zeek More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
strings.zeek More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
thresholds.zeek GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -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