/[pxelator]/lib/PXElator/nmap.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/nmap.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 481 by dpavlin, Sat Aug 29 20:41:17 2009 UTC revision 482 by dpavlin, Sat Jan 23 18:31:14 2010 UTC
# Line 5  use strict; Line 5  use strict;
5    
6  use XML::Simple;  use XML::Simple;
7  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
8  use CouchDB;  use store;
9    
10  use client;  use client;
11    
# Line 28  sub scan { Line 28  sub scan {
28                  ForceArray => [ 'host', 'address', 'osmatch', 'port' ],                  ForceArray => [ 'host', 'address', 'osmatch', 'port' ],
29          );          );
30    
31          CouchDB::audit( $what, $nmap );          store::audit( $what, $nmap );
32    
33          my $count = 0;          my $count = 0;
34    

Legend:
Removed from v.481  
changed lines
  Added in v.482

  ViewVC Help
Powered by ViewVC 1.1.26