From blt.bosi at esat.terre.defense.gouv.fr Mon Jun 5 05:57:36 2000 From: blt.bosi at esat.terre.defense.gouv.fr (Manu B.) Date: Mon, 05 Jun 2000 14:57:36 +0200 Subject: 1st day with bro Message-ID: <393BA3C0.86D70431@esat.terre.defense.gouv.fr> Hello I'm just beginning testing release 0.6 of Bro with my linux 2.0 . Where can I find some explications about files, how configure them ...??? Thanks! Manu From blt.bosi at esat.terre.defense.gouv.fr Tue Jun 13 01:19:12 2000 From: blt.bosi at esat.terre.defense.gouv.fr (Manu Boillet) Date: Tue, 13 Jun 2000 10:19:12 +0200 Subject: testing Bro Message-ID: <3945EE80.1FDE12EF@esat.terre.defense.gouv.fr> Hello, I have to torture some NIDS. I would like to know if someone tried to do it with Bro and what were the results of attacks I'm using nmap and Nessus Thanks! Manu From lzjun at dislab.nju.edu.cn Tue Jun 20 22:12:16 2000 From: lzjun at dislab.nju.edu.cn (lzjun) Date: Wed, 21 Jun 2000 13:12:16 +0800 Subject: can't run the bro 0.6 successfully Message-ID: <39504EB0.A741EA0B@dislab.nju.edu.cn> 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 From lzjun at dislab.nju.edu.cn Wed Jun 21 02:49:08 2000 From: lzjun at dislab.nju.edu.cn (lzjun) Date: Wed, 21 Jun 2000 17:49:08 +0800 Subject: how to add more .bro files in bro? Message-ID: <39508F93.D4ACAC33@dislab.nju.edu.cn> Thanks Michael Mirold for the answer of my last question. When I want to use more .bro files, such as: ./bro -i eth0 ftp.bro http.bro, then the program tell me that it can't go on when it analy the http.bro. but when I use one .bro file , ftp.bro or http.bro ,they are all ok.