Changeset 2153
- Timestamp:
- 03/17/08 21:53:16 (9 months ago)
- Files:
-
- psad/trunk/ChangeLog (modified) (1 diff)
- psad/trunk/psad (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
psad/trunk/ChangeLog
r2152 r2153 1 1 psad-2.1.2 (03//2008): 2 - Bugfix to not include kernel timestamps in iptables log prefixes that 3 contain spaces like "[ 65.026008] DROP". 2 4 - Better p0f output in --debug mode to display when a passive OS 3 5 fingerprint cannot be calculated based on iptables log messages that psad/trunk/psad
r2151 r2153 1283 1283 if ($pkt_str =~ /.*kernel:\s+(.*?)\s*IN=/) { 1284 1284 $pkt_hr->{'log_prefix'} = $1; 1285 $pkt_hr->{'log_prefix'} =~ s|\[\ d+\.\d+\]\s*||1285 $pkt_hr->{'log_prefix'} =~ s|\[\s*\d+\.\d+\s*\]\s*|| 1286 1286 if ($config{'IGNORE_KERNEL_TIMESTAMP'} eq 'Y'); 1287 1287 if ($pkt_hr->{'log_prefix'} =~ /\S/) {
