[Bro-Dev] [Bro-Commits] [git/bro] topic/jsiwek/ipv6-ext-headers: Fix ipv6_ext_headers event and add routing0_data_to_addrs BIF. (5312a90)

Seth Hall seth at icir.org
Fri Mar 30 09:14:30 PDT 2012


I merged from master in a branch I'm working on and the following line is causing trouble…

In file included from /Users/seth/bro/bro.merging/src/Func.cc:531:
bro.bif: In function ‘Val* BifFunc::bro_routing0_data_to_addrs(Frame*, val_list*)’:
bro.bif:2073: error: ‘IPv6’ is not a member of ‘IPAddr’



On Mar 14, 2012, at 11:33 AM, Jonathan Siwek wrote:

> --- a/src/bro.bif
> +++ b/src/bro.bif

<snip>
> +function routing0_data_to_addrs%(s: string%): addr_set
> +	%{
<snip>
> +		IPAddr a(IPAddr::IPv6, (const uint32*) bytes, IPAddr::Network);



  .Seth

--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro-ids.org/




More information about the bro-dev mailing list