The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2003-01-15

  • Added Scan.pm. This can be used to scanl ranges of ipaddresses for open tcp or udp ports.
  • Added tests to test Scan.
  • Changed the way Discovery->add_host works. Now tries to log a changed attribute.
  • Added changed Host attribute "open_ports" to be "tcp_open_ports" or "udp_open_ports". Also fixed them so that they can accept a string to get around reading in the host from a file.
  • Added pod to Scan.pm
  • Ran podchecker on Discovery.pm, Host.pm, Scan.pm, and Detect.pm.

Modules

Modules for network discovery and mapping
Super Class for all detection modules
holds all the data we know about a host
host/port scanner

Provides

in lib/NetworkInfo/Discovery/Sniff.pm
in lib/NetworkInfo/Discovery/Traceroute.pm