zeek/scripts/base/utils
Jon Siwek 23f04835c6 Deprecate split* family of BIFs.
These functions are now deprecated in favor of alternative versions that
return a vector of strings rather than a table of strings.

Deprecated functions:

- split: use split_string instead.
- split1: use split_string1 instead.
- split_all: use split_string_all instead.
- split_n: use split_string_n instead.
- cat_string_array: see join_string_vec instead.
- cat_string_array_n: see join_string_vec instead.
- join_string_array: see join_string_vec instead.
- sort_string_array: use sort instead instead.
- find_ip_addresses: use extract_ip_addresses instead.

Changed functions:

- has_valid_octets: uses a string_vec parameter instead of string_array.

Addresses BIT-924, BIT-757.
2015-01-21 15:34:42 -06:00
..
active-http.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
addrs.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
conn-ids.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
dir.bro Return the Dir module to file name tracking instead of inode tracking. 2013-10-29 11:09:55 -04:00
directions-and-hosts.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
exec.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
files.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
numbers.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
paths.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
patterns.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
queue.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
site.bro Document which Bro script vars are set by BroControl 2013-10-22 16:40:29 -05:00
strings.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
thresholds.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
time.bro Fix typos and formatting in the base/utils docs 2013-10-16 20:41:56 -05:00
urls.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00