/[pxelator]/couchdb/nmap/views/ip-osfamily/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /couchdb/nmap/views/ip-osfamily/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 342 - (hide annotations)
Sat Aug 29 14:45:26 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/javascript
File size: 224 byte(s)
nmap

1 dpavlin 342 function(doc) {
2     if ( doc.package == 'nmap' )
3     doc.host.forEach( function(host) {
4     if ( host.os.osclass )
5     if ( host.os.osclass.osfamily )
6     emit( host.address.ipv4.addr, host.os.osclass.osfamily );
7     });
8     }

  ViewVC Help
Powered by ViewVC 1.1.26