bro

Seth Hettich sjh at whiskey.ucf.ics.uci.edu
Wed Aug 21 22:03:44 PDT 2002


Hello,

I just got bro read the manual, and am still looking at the src.

In order to get it to build w/ g++ 3.1 I had to change a few files,
all changes like:

change: (DFA.h line 123)
friend DFA_State; // for DFA_State::ComputeXtion
To:
friend class DFA_State; // for DFA_State::ComputeXtion


Also, how active is development?  Looking at the file dates
it seems like nothing has changes since last Sept.

-Seth



More information about the Bro mailing list