|
NAMENet::Packet::DescL2 - object for a link layer (layer 2) descriptor SYNOPSIS require Net::Packet::DescL2;
# Usually, you use it to send ARP frames, that is crafted from ETH layer
my $d2 = Net::Packet::DescL2->new(
dev => 'eth0',
);
$d2->send($rawStringToNetwork);
DESCRIPTIONSee also Net::Packet::Desc for other attributes and methods. METHODS
AUTHORPatrice <GomoR> Auffret COPYRIGHT AND LICENSECopyright (c) 2004-2009, Patrice <GomoR> Auffret You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive. RELATED MODULESNetPacket, Net::RawIP, Net::RawSock
|