[Bro] missing void type

David Mandelberg dmandelb at bbn.com
Thu Feb 7 11:51:24 PST 2013


On Thu, 2013-02-07 at 14:26 -0500, Seth Hall wrote:
> 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. :)

Thanks!




More information about the Bro mailing list