zeek/scripts/policy/misc
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
..
app-stats Disable all default AppStat plugins except facebook. 2014-05-16 14:15:39 -05:00
detect-traceroute Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00
capture-loss.bro Change percent_lost in capture-loss from a string to a double. 2013-10-29 06:03:34 -07:00
dump-events.bro Merge branch 'topic/robin/event-dumper' 2013-12-04 12:13:07 -08:00
known-devices.bro Integrate new Broxygen functionality into Sphinx. 2013-11-21 14:34:32 -06:00
load-balancing.bro Fix misc/load-balancing.bro's reference to PacketFilter::sampling_filter 2014-05-29 15:40:41 -05:00
loaded-scripts.bro Fix typos and formatting in the other policy docs 2013-10-21 02:37:00 -05:00
profiling.bro Fix typos and formatting in the other policy docs 2013-10-21 02:37:00 -05:00
scan.bro Remove unneeded Broxygen comments in scan.bro. 2013-11-05 10:54:05 -06:00
stats.bro Integrate new Broxygen functionality into Sphinx. 2013-11-21 14:34:32 -06:00
trim-trace-file.bro Fix typos and formatting in the other policy docs 2013-10-21 02:37:00 -05:00