zeek/scripts/policy/protocols
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
..
conn Fix typos and formatting in the policy/protocols docs 2013-10-21 02:34:28 -05:00
dhcp Fix typos and formatting in the policy/protocols docs 2013-10-21 02:34:28 -05:00
dns Rewrite DNS state tracking which matches queries and replies. 2014-01-30 17:21:01 -06:00
ftp Fix typos and formatting in the policy/protocols docs 2013-10-21 02:34:28 -05:00
http Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
modbus Fix typos and formatting in the policy/protocols docs 2013-10-21 02:34:28 -05:00
mysql Merge remote-tracking branch 'origin/topic/vladg/mysql' 2014-11-11 11:49:26 -08:00
smtp Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
ssh Fix resp_size in ssh.log, require a minimum resp_size for the heuristic. Some work on geodata, but still a WIP. 2013-11-05 11:34:32 -05:00
ssl Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00