NAME
Net::Write::Layer3 - object for a network layer (layer 3) descriptor
SYNOPSIS
require Net::Write::Layer3;
my $desc = Net::Write::Layer3->new(
dev => $networkInterface,
dst => $targetIpAddress,
);
$desc->open;
$desc->send($rawStringToNetwork);
$desc->close;
DESCRIPTION
This is the class for creating a layer 3 descriptor.
ATTRIBUTES
- dev
-
The string specifying network interface to use.
- dst
-
The target IP address we will send frames to.
METHODS
See Net::Write::Layer for inherited methods.
AUTHOR
Patrice <GomoR> Auffret
COPYRIGHT AND LICENSE
Copyright (c) 2006, Patrice <GomoR> Auffret
You may distribute this module under the terms of the Artistic license. See Copying file in the source distribution archive.