NetTraverser - Enumerate all hosts in a given subnet and store them in the traversal table
use DBI; use NetTraverser;
my $dbh = DBI->connect(...); my $traverser = new NetTraverser( dbHandle=>$dbh, networkAddress=>$netadd, IPaddress=>$address );
NetTraverser enumerates all possible IP addresses given a network address woth a CIDR. These addresses will then be stored in a table for processing.
new() - create a new traverser
dbHandle - database handler networkAddress - target network address IPaddress - address of the router
NetTraverser is supported as part of the core Pawikan distribution. Please send bug report to <netapps@pregi.net> or use the bugzilla.
Edwin Viñas <edwinv@asti.dost.gov.ph>
Jerremeo Raynier Gabás <ren@asti.dost.gov.ph>
René Mendoza <renem@asti.dost.gov.ph>
Rey Vincent Babilonia <rvincent@asti.dost.gov.ph>
Paul Afroilan <paula@asti.dost.gov.ph>
Copyright (c) 2004 Philippine Research, Education and Government Information Network. All rights reserved. This program is part of the Pawikan distribution; you can redistribute it and/or modify it under the same terms as Pawikan itself.