Changeset 1216
- Timestamp:
- 02/19/08 14:23:54 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/lib/HoneyClient/Agent/Integrity.pm
r1127 r1216 609 609 610 610 my @toks = split("\",\"", $line, $TOTAL_REG_TOKENS+1); 611 print "toks = @toks\n"; 611 612 my $index = undef; 612 613 my $proc_obj = undef; … … 691 692 #Fill in the default values, incase the file can't be found due to a rename rather than delete 692 693 $file_obj->{'file_content'} = { 693 'size' => 0,694 'size' => -1, 694 695 'mime_type' => "UNKNOWN", 695 696 'md5' => "$toks[$F_NAME]$toks[$F_TIME]", … … 743 744 }; 744 745 } 745 push @{$proc_obj->{'process_files'}},$file_obj;746 746 } 747 747 push @{$proc_obj->{'process_files'}},$file_obj; 748 748 } 749 749 }
