zeek/scripts/base/protocols/dhcp
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
..
__load__.bro DHCP: 2013-07-31 16:32:20 -04:00
consts.bro Fix typos and formatting in the dhcp protocol docs 2013-10-15 16:19:06 -05:00
dpd.sig DHCP: 2013-07-31 16:32:20 -04:00
main.bro Split dhcp log writing from record creation. 2014-08-01 11:07:32 -07:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00
utils.bro Deprecate split* family of BIFs. 2015-01-21 15:34:42 -06:00

Support for Dynamic Host Configuration Protocol (DHCP) analysis.