zeek/testing/btest/core
Jon Siwek b3f1f45082 Remove --enable-brov6 flag, IPv6 now supported by default.
Internally, all BROv6 preprocessor switches were removed and
addr/subnet representations wrapped in the new IPAddr/IPPrefix classes.

Some script-layer changes of note:

- dns_AAAA_reply event signature changed: the string representation
  of an IPv6 addr is easily derived from the addr value, it doesn't
  need to be another parameter.  This event also now generated directly
  by the DNS analyzer instead of being "faked" into a dns_A_reply event.

- removed addr_to_count BIF.  It used to return the host-order
  count representation of IPv4 addresses only.  To make it more
  generic, we might later add a BIF to return a vector of counts
  in order to support IPv6.

- changed the result of enclosing addr variables in vertical pipes
  (e.g. |my_addr|) to return the bit-width of the address type which
  is 128 for IPv6 and 32 for IPv4.  It used to function the same
  way as addr_to_count mentioned above.

- remove bro_has_ipv6 BIF
2012-02-03 16:46:58 -06:00
..
leaks Fix double-free of DNS_Mgr_Request object (addresses #661) 2011-11-30 13:31:54 -06:00
check-unused-event-handlers.test Fix check_for_unused_event_handlers option. 2011-08-11 11:34:42 -05:00
conn-uid.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
dns-init.bro Merge remote-tracking branch 'origin/topic/jsiwek/fix-dns-double-free' 2011-12-01 16:40:07 -08:00
expr-exception.bro Merge remote-tracking branch 'origin/topic/robin/interpreter-exceptions' 2011-10-21 10:35:32 -07:00
load-duplicates.bro Renaming a test better. 2011-07-14 22:06:16 -05:00
load-pkg.bro core.load-pkg test now insensitive to default-loaded scripts. 2011-07-22 16:33:50 -07:00
load-prefixes.bro Fixes for script auto-documentation. 2011-08-08 19:50:45 -05:00
load-relative.bro Rewrite a test using btest's TEST-START-FILE directive 2011-07-20 15:59:07 -05:00
load-unload.bro Fix @unload'd files from generating bro_script_loaded event. 2011-07-20 15:56:25 -05:00
nop.bro Fixing bug causing crash when running without arguments. 2011-07-07 19:56:48 -07:00
print-bpf-filters.bro Remove --enable-brov6 flag, IPv6 now supported by default. 2012-02-03 16:46:58 -06:00
reporter-error-in-handler.bro Avoiding infinite loops when an error message handlers triggers errors 2011-07-01 10:04:27 -07:00
reporter-fmt-strings.bro Fix reporter using part of the actual message as a format string 2011-08-12 23:24:44 -07:00
reporter-parse-error.bro Renaming the Logger to Reporter. 2011-07-01 09:22:33 -07:00
reporter-runtime-error.bro Renaming the Logger to Reporter. 2011-07-01 09:22:33 -07:00
reporter-type-mismatch.bro Renaming the Logger to Reporter. 2011-07-01 09:22:33 -07:00
reporter.bro Renaming reporter_message to report_info. 2011-07-07 19:56:25 -07:00
vlan-mpls.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00