Add the file/line to the rule so we can use it in the debug log and eventually in the alerts.

This commit is contained in:
brectanus
2007-03-21 21:20:35 +00:00
parent 58afede3f3
commit 4676132ed4
4 changed files with 24 additions and 4 deletions

View File

@@ -2,6 +2,10 @@
21 Mar 2007 - trunk
-------------------
* Store filename/line for each rule and display it and the ID (if available)
in the debug log when invoking a rule. Thanks to Christian Bockermann
for the idea.
* Do not log 'allow' action as intercepted in the debug log.
* Optimize regex execution to not capture unless 'capture' action used.