[Bro-Dev] #80: Checking for the existance keys in multi-dimensional tables gives error message

Bro Tracker bro at tracker.bro-ids.org
Fri Nov 16 10:57:20 PST 2012


#80: Checking for the existance keys in multi-dimensional tables gives error
message
-----------------------+------------------------
  Reporter:  bernhard  |      Owner:
      Type:  Problem   |     Status:  seen
  Priority:  Low       |  Milestone:  Bro2.2
 Component:  Bro       |    Version:  git/master
Resolution:            |   Keywords:
-----------------------+------------------------

Comment (by jsiwek):

 In [56e359ca9d7e54b61ed8806324f6b0bb89e96315/bro]:
 {{{
 #!CommitTicketReference repository="bro"
 revision="56e359ca9d7e54b61ed8806324f6b0bb89e96315"
 Fix ambiguity between composite table index and record ctor expressions.

 For tables of a composite index type with the first type being a
 record, membership checks with an inline index key could be
 misinterpreted as a record constructor instead of an expression list.
 E.g, if the table type is "global t = table[conn_id, bool] of count",
 then checking membership like "[c$id, is_orig] in t" now works.

 Addresses #80.
 }}}

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/80#comment:11>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list