[Bro-Dev] failing?

Seth Hall seth at icir.org
Fri Apr 22 07:39:31 PDT 2011


Does it make sense that this code is failing?

=====START=====
type Bundle: table[string] of string;

const foobar: table[count] of Bundle = {} &redef;

redef foobar += {
        [1] = { ["A"] = "B" },
};
=====END=====

I'm getting this error:
./test2.bro, line 6: error: syntax error, at or near "{"

I'm seeing this on a branch, but I just merged in master so it should be happening on master too.

  .Seth

--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro-ids.org/




More information about the bro-dev mailing list