zeek/testing/btest/bifs
Jon Siwek bf3f184a01 Change IPv6 literal constant syntax to require encasing square brackets
This is to avoid ambiguity between compressed hex notation and
module namespacing, both which use "::". E.g.: "aaaa::bbbb" could
be an identifier or an IPv6 address, but "[aaaa::bbbb]" is now
clearly the address.

Also added IPv6 mixed notation to allow an IPv4 dotted-decimal
address to be specified in the lower 32-bits.
2012-03-13 13:47:07 -05:00
..
addr_count_conversion.bro Change IPv6 literal constant syntax to require encasing square brackets 2012-03-13 13:47:07 -05:00
addr_to_ptr_name.bro Change IPv6 literal constant syntax to require encasing square brackets 2012-03-13 13:47:07 -05:00
addr_version.bro Change IPv6 literal constant syntax to require encasing square brackets 2012-03-13 13:47:07 -05:00
count_to_addr.bro Merge remote branch 'origin/topic/seth/count_to_addr' 2011-04-19 15:52:16 -07:00
decode_base64.bro Add decode_base64_custom BiF to allow alternate base64 alphabets. 2011-11-11 13:48:11 -06:00
enable_raw_output.test Fix &raw_output and enable_raw_output interpretation of NUL characters 2011-08-03 10:51:40 -05:00
mask_addr.bro mask_addr bif now returns subnet (addresses #512) 2011-07-23 16:45:29 -05:00
net_stats_trace.test Fix PktSrc::Statistics returning bogus stats. 2011-08-01 16:49:43 -05:00
netbios-functions.bro Updates and tests for netbios name BiF. 2011-04-20 15:59:11 -04:00
piped_exec.bro piped_exec can now write nulls in the "to_write" argument. 2011-08-09 09:51:03 -04:00
ptr_name_to_addr.bro Adding a test and baseline for ptr_name_to_addr BiF. 2012-02-07 20:57:18 -05:00
records_fields.bro New BiF record_field_vals() that returns the fields of a record in a 2011-07-07 19:56:48 -07:00
remask_addr.bro Refactoring various usages of new IPAddr class. 2012-02-22 14:45:44 -06:00
string_splitting.bro Fixed another do_split bug and included a test for the fix. 2011-04-22 08:00:28 -04:00
to_addr.bro Change IPv6 literal constant syntax to require encasing square brackets 2012-03-13 13:47:07 -05:00
to_subnet.bro Change IPv6 literal constant syntax to require encasing square brackets 2012-03-13 13:47:07 -05:00
unique_id-pools.bro Updated uid pools to use integer values instead of strings. 2011-08-15 15:47:39 -07:00
unique_id-rnd.bro Updated uid pools to use integer values instead of strings. 2011-08-15 15:47:39 -07:00
unique_id.bro Updated uid pools to use integer values instead of strings. 2011-08-15 15:47:39 -07:00