Revert last commit. Needs some more testing.

This commit is contained in:
Scott Ullrich 2005-07-14 18:03:41 +00:00
parent 352d5f79c9
commit 7dedf1cf21

View File

@ -69,7 +69,7 @@ function conv_clog($logfile, $tail) {
foreach ($logarr as $logent) {
preg_match("/(.*)\s(.*)\spf:.*rule.*\(match\):\s(\w+)\sin\son\s(\w+:)\s(.*)\s([\<|\>])\s(.*):.*/",$logent,$log_split);
preg_match("/(.*)\s(.*)\spf:.*rule.*\(match\):\s(\w+)\sin\son\s(\w+:)\s([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,7})\s([\<|\>])\s([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,7}):.*/",$logent,$log_split);
$flent['proto'] = "TCP";
if(stristr($logent, "UDP") == true)