[Bro] Bro with PPPoE [was Re: HTTP not being seen]

James Lay jlay at slave-tothe-box.net
Mon Sep 16 09:29:12 PDT 2013


On 2013-09-16 10:07, Seth Hall wrote:
> On Sep 16, 2013, at 11:53 AM, James Lay <jlay at slave-tothe-box.net> 
> wrote:
>> https://github.com/bro/bro/tree/topic/seth/pppoe
>>
>> and downloaded to a .zip file.  Configure fails at:
>
>
> I wonder if we can turn off that downloading thingy since it doesn't
> seem to work with submodules..
>
> Try this…
>
> git clone --recursive git://git.bro.org/bro
> git checkout topic/seth/pppoe
> ./configure
> make
>
>  .Seth

Got it built, so it's a start.  However I'm greeted with:

==== stderr.log
fatal error in 
/usr/local/bro/share/bro/policy/frameworks/software/vulnerable.bro, line 
41: BroType::AsRecordType (table/record) (set[record { min:record { 
major:count; minor:count; minor2:count; minor3:count; addl:string; }; 
max:record { major:count; minor:count; minor2:count; minor3:count; 
addl:string; }; }])

my exact process was:

git clone --recursive git://git.bro.org/bro
cd bro
git checkout topic/seth/pppoe
./configure
make
sudo make install
sudo broctl
install
start

Thanks Seth.

James



More information about the Bro mailing list