[Bro-Dev] #410: Extension to init time pattern construction

Bro Tracker bro at tracker.icir.org
Thu Mar 10 12:48:04 PST 2011


#410: Extension to init time pattern construction
-----------------------------+--------------------
 Reporter:  seth             |      Owner:
     Type:  Feature Request  |     Status:  new
 Priority:  Normal           |  Milestone:  Bro1.6
Component:  Bro              |    Version:
 Keywords:                   |
-----------------------------+--------------------
 I'd like to be able to do this...

 {{{
 const pattern_a = /A/;
 const pattern_b = /B/;
 const pattern_ab = pattern_a | pattern_b;
 }}}

 This doesn't currently work.

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



More information about the bro-dev mailing list