Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 9758220406ce8a820904a50857f4f85b > files > 3

ossec-hids-1.4-4mdv2010.0.src.rpm

*** etc/decoder.xml	2007-05-04 20:13:45.000000000 -0400
--- etc/decoder.xml.new	2007-06-14 13:01:38.000000000 -0400
***************
*** 974,979 ****
--- 974,993 ----
  </decoder> 
  
  
+ <decoder name="modsecurity-errorlog">
+   <prematch>^[modsecurity] </prematch>
+ </decoder>  
+ 
+ <decoder name="modsecurity-errorlog-ip">
+   <parent>modsecurity-errorlog</parent>
+   
+   <prematch offset="after_parent">^[client</prematch>
+   <regex offset="after_prematch">^ (\d+.\d+.\d+.\d+)] </regex>
+   <order>srcip</order>
+ </decoder> 
+ 
+ 
+ 
  
  
  <!-- NCSA common log decoder (used by apache, Lotus Domino and IIS NCSA).