[Bro-Dev] #739: topic/jsiwek/local-table-init

Bro Tracker bro at tracker.bro-ids.org
Wed Jan 4 14:55:04 PST 2012


#739: topic/jsiwek/local-table-init
---------------------------+------------------------
 Reporter:  jsiwek         |      Owner:
     Type:  Merge Request  |     Status:  new
 Priority:  Normal         |  Milestone:  Bro2.0
Component:  Bro            |    Version:  git/master
 Keywords:                 |
---------------------------+------------------------
 This branch allows local tables to be initialized with a {} list, like how
 global tables already can be.  It fixes the "type clash in assignment"
 error in e.g.:

 {{{
 event bro_init()
     {
     local l_table: table[count] of string = {
         [one] = "one"
     };
     }
 }}}

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



More information about the bro-dev mailing list