diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 20:30:35 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-02-09 20:30:35 -0500 |
commit | 8df5578350c3499d80159ff8c09776944d1bc8a6 (patch) | |
tree | 3fb39d55f175dcf2e24d9c71503cafae2609f5e9 /config/snort | |
parent | c1657d2d39aaabf3d3fc8ccc146b0e339aaf703d (diff) | |
download | pfsense-packages-8df5578350c3499d80159ff8c09776944d1bc8a6.tar.gz pfsense-packages-8df5578350c3499d80159ff8c09776944d1bc8a6.tar.bz2 pfsense-packages-8df5578350c3499d80159ff8c09776944d1bc8a6.zip |
Output extract process
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index e3497770..1b4c5c69 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -636,7 +636,7 @@ function extract_snort_rules_md5($tmpfname) { $handle = popen("{$cmd} 2>&1", 'r'); while(!feof($handle)) { $buffer = fgets($handle); - echo "$buffer\n"; + update_output_window($buffer); ob_flush(); flush(); } |