[Bro-Dev] #423: Additional dynamic init time pattern construction

Bro Tracker bro at tracker.icir.org
Mon Mar 28 18:39:03 PDT 2011


#423: Additional dynamic init time pattern construction
----------------------+--------------------
 Reporter:  seth      |      Owner:
     Type:  Problem   |     Status:  new
 Priority:  Normal    |  Milestone:  Bro1.7
Component:  Bro       |    Version:
 Keywords:  language  |
----------------------+--------------------
 The pattern building BiF are now working, but I think that pattern
 construction operators need to be supported with variables too.

 {{{
 const a = /abc/;
 const b = /def/;
 const c = a | b;
 }}}

 This doesn't seem to work currently.

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



More information about the bro-dev mailing list