Hi,
I follow these steps to compile the bro.
./configure
make
make install
./bro -i eth0 //note: eth0 is my netcard
but there is nothing appear in the screen. So I debug the program ,
I found it loop in the function yyparse( ) in main.cc line 220, no
longer go out from the yyparse();
what caused these?
Thanks
lujun