zeek/scripts/base/frameworks
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
..
cluster Merge branch 'master' into topic/script-reference 2011-12-19 16:17:58 -06:00
communication Add more cluster and communication framework documentation. 2011-12-09 17:31:47 -06:00
control This completes framework documentation package 4. 2012-01-06 16:36:22 -05:00
dpd Merge branch 'master' into topic/script-reference 2011-12-19 16:17:58 -06:00
intel This completes framework documentation package 4. 2012-01-06 16:36:22 -05:00
logging Merge remote-tracking branch 'origin/topic/script-reference' 2012-01-10 14:00:44 -08:00
metrics Fixing a warning from the documentation generation. 2012-01-06 16:50:20 -05:00
notice Fixing some doc warnings. 2012-01-10 01:30:55 -05:00
packet-filter Remove --enable-brov6 flag, IPv6 now supported by default. 2012-02-03 16:46:58 -06:00
reporter Add reporter bif/framework documentation. 2011-12-07 16:54:40 -06:00
signatures Add more signature framework documentation. 2011-12-14 12:50:54 -06:00
software This completes framework documentation package 4. 2012-01-06 16:36:22 -05:00