(no subject)

Hi everybody!
I have a patch that I think that will be useful to make Bro a prelude sensor, but I need Bro 0.8a20 or Bro 0.7a175. I have been trying with Bro 0.8a20 and I have a these error:

g++ -o bif_parse.o -c bif_parse.cc
builtin-func.y:60: error: expected constructor, destructor, or type conversion antes del elemento '<'
builtin-func.y:60: error: expected `,' or `;' antes del elemento '<'
builtin-func.y: In function `int yyparse()':
builtin-func.y:148: error: `args' sin declarar (primer uso en esta función)
builtin-func.y:148: error: (Cada identificador sin declarar es reportado sólo una vez para cada función en el que aparece.)
make: *** [bif_parse.o] Error 1

Can anybody help me?? Can anybody tell me where can I take Bro 0.8a20 and Bro 0.7a175??
thanks.
-ANDER-

There are some 0.8-series tarballs at ftp://bro-ids.org/ , can you try
and see how far you get with those?

Cheers,
Christian.

Ander, may I ask why? I suspect you're looking for these versions
because they're suggested by the Prelude patch you have, but I'd
strongly recommend you only try to understand what the patch does (using
an old 0.8 release), but then rewrite it to go with a recent 1.o
version. We won't be able to provide support for these ancient versions.

Cheers,
Christian.