Changeset 1604

Show
Ignore:
Timestamp:
06/05/08 18:05:57 (6 months ago)
Author:
kindlund
Message:

Added links_suspicious to finishedWork.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm

    r1582 r1604  
    18221822        'links_timed_out' => {}, 
    18231823        'links_ignored' => {}, 
     1824        'links_suspicious' => {}, 
    18241825    }; 
    18251826    my $numWorkInserted; 
     
    18921893 
    18931894            # If possibile, insert work history. 
    1894             $finishedWork->{'links_visited'}->{$currentWork} = $result->{'time_at'}; 
     1895            $finishedWork->{'links_suspicious'}->{$currentWork} = $result->{'time_at'}; 
    18951896            if (defined($self->{'database_id'})) { 
    18961897                $numWorkInserted = HoneyClient::Manager::Database::insert_history_urls($finishedWork); 
     
    19131914        # Flush the work history, after committing to the database. 
    19141915        $finishedWork->{'links_visited'} = {}; 
     1916        $finishedWork->{'links_timed_out'} = {}; 
     1917        $finishedWork->{'links_ignored'} = {}; 
     1918        $finishedWork->{'links_suspicious'} = {}; 
    19151919 
    19161920        # Create a new clone, if a compromise was found and we still have work to do.