Closed GoogleCodeExporter closed 9 years ago
Original comment by Cummin...@gmail.com
on 6 Jan 2011 at 5:45
Will review code to scope changes to implement.
Original comment by alan.p...@transitiva.com
on 6 Jan 2011 at 5:50
Sorry man, I just committed the code (rev 199) that does this... but it could
use some more info.. like what the calling rule is perhaps?
Setting Flowbit State....
WARN - 1:9845 is re-enabled by a check of the http.m3u.download flowbit!
Enabled 312 flowbits
Enabled 50 flowbits
Enabled 4 flowbits
Enabled 2 flowbits
Original comment by Cummin...@gmail.com
on 24 Jan 2011 at 7:13
Original comment by Cummin...@gmail.com
on 24 Jan 2011 at 7:19
It looks like the reason that the name of the calling-rule is omitted is
because you'd have to regex it out at the time of use?
Just knowing that which rule was enabled due to what flowbit is much better. If
someone wants to write the regex to extract the calling-name later that's not
too difficult.
Original comment by mikeloc...@gmail.com
on 24 Jan 2011 at 9:14
Those were my thoughts, or even use grep.. for those that may read
this in the future..
grep '^alert' /path/to/snort.rules | grep ':is(un)?set,<yourflowbithere>'
Thanks Mike!
Original comment by Cummin...@gmail.com
on 24 Jan 2011 at 9:22
Original issue reported on code.google.com by
mikeloc...@gmail.com
on 6 Jan 2011 at 5:44