zeek/scripts/base/protocols
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
..
conn Add Conn and DNS protocol script documentation. (fixes #731) 2012-01-09 14:23:24 -06:00
dns Remove --enable-brov6 flag, IPv6 now supported by default. 2012-02-03 16:46:58 -06:00
ftp Change IPv6 literal constant syntax to require encasing square brackets 2012-03-13 13:47:07 -05:00
http Merge remote-tracking branch 'origin/topic/script-reference' 2012-01-10 14:00:44 -08:00
irc Merge remote-tracking branch 'origin/master' into topic/bif_cleanup 2012-01-18 14:56:53 -08:00
smtp Adding extra fields to smtp and http to track transaction depth. 2011-10-25 11:34:48 -04:00
ssh SSH&FTP Documentation updates. 2012-01-08 01:16:40 -05:00
ssl Standardized on the &default function for SSL constants. 2012-02-29 22:34:31 -05:00
syslog Finished SSL & syslog autodocs. 2012-01-10 00:56:12 -05:00