[Bro-Dev] [Bro-Commits] [git/bro] master: Updating baseline. (9dd63ac)

Siwek, Jonathan Luke jsiwek at illinois.edu
Wed Mar 14 11:36:38 PDT 2012


>    Updating baseline.
> 
>    Is that a platform-specific difference?
> 
> -::0.0.255.255
> +::ffff
> -aaaa:bbbb:cccc:dddd:eeee:ffff::2222
> +aaaa:bbbb:cccc:dddd:eeee:ffff:0:2222

Yes, looks like inet_ntop()'s give different results depending on where you're at.

How about taking FreeBSD's implementation of inet_ntop() as a starting point for canonicalization? Looks like it follows RFC 5952 well.

+Jon


More information about the bro-dev mailing list