[Bro-Dev] #697: Equivalent of capture-events.bro in 2.x

Bro Tracker bro at tracker.bro-ids.org
Wed Nov 23 13:31:21 PST 2011


#697: Equivalent of capture-events.bro in 2.x
----------------------+------------------------
 Reporter:  matthias  |      Owner:
     Type:  Problem   |     Status:  new
 Priority:  Normal    |  Milestone:  Bro2.1
Component:  Bro       |    Version:  git/master
 Keywords:            |
----------------------+------------------------
 How should we handle the functionality provided by the 1.5 script
 `capture-events.bro` in 2.x? It currently does not exist. Since it's
 implementation only consists of this one-liner
 {{{
 event bro_init()
         {
         capture_events("events.bst");
         }
 }}}
 I think we make that a redefinable script variable rather than shipping a
 separate script.

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/697>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list