zeek/scripts/base
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
..
files X509 caching API change: callback gets entry directly 2020-03-12 11:31:13 -07:00
frameworks Fix issue with sumstats script and fix baselines that were crashing previously 2020-08-09 21:13:12 -07:00
misc GH-545: add "addl" parameter to flow_weird and net_weird events 2019-08-20 22:45:22 -04:00
protocols Merge remote-tracking branch 'ronwellman/parse_ecs' 2020-07-24 09:26:06 -07:00
utils Fix extract_first_email_addr() to really return the first email 2020-08-11 11:26:21 -07:00
init-bare.zeek Merge remote-tracking branch 'ronwellman/parse_ecs' 2020-07-24 09:26:06 -07:00
init-default.zeek Add backtrace() and print_backtrace() 2020-07-03 14:09:31 -07:00
init-frameworks-and-bifs.zeek Add Supervisor BIF/event API skeleton 2019-10-15 12:59:45 -07:00