Re: [Bro-Dev] input-framework reporter_error vs reporter_warning events ?

2018-04-20 Thread Aashish Sharma
Hah! Should have checked change notes more carefully! No wonder a bunch of pre 2.5.1 scripts never complained :) they all were tapping into event reporter_error. I'll forward port those now. Thanks Johanna! Aashish On Fri, Apr 20, 2018 at 02:34:13PM -0700, Johanna Amann wrote: > Hi Aashish,

Re: [Bro-Dev] input-framework reporter_error vs reporter_warning events ?

2018-04-20 Thread Johanna Amann
Hi Aashish, This changed with Bro 2.5.1. To quote NEWS: - The input framework's Ascii reader is now more resilient. If an input is marked to reread a file when it changes and the file didn't exist during a check Bro would stop watching the file in previous versions. The same could

[Bro-Dev] input-framework reporter_error vs reporter_warning events ?

2018-04-20 Thread Aashish Sharma
While testing other stuff, I realized that if input-framework cannot find a file its now generating reporter_warning event instead of reporter_error ? Did "error" changed to "warning" for some reason ? Wasn't previously this a error condition ? 0.00Reporter::WARNING