[Bro] missing void type

Seth Hall seth at icir.org
Thu Feb 7 11:26:58 PST 2013


On Feb 7, 2013, at 2:00 PM, David Mandelberg <dmandelb at bbn.com> wrote:

> According to
> http://www.bro-ids.org/documentation/scripts/builtins.html#type-void
> void is a valid type. Am I missing something?

I noticed this the other day in our documentation.  I believe that void is only an internal type and isn't available in the script land as you discovered.

Just change your functions to this:
  function check_unexpected_consume_produce(c: connection)
  function check_long_running_flow(c: connection)

Problem solved. :)

  .Seth

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





More information about the Bro mailing list