![]() |
![]()
| ![]() |
![]()
NAMENet::Packet::DescL3 - object for a network layer (layer 3) descriptor SYNOPSISrequire Net::Packet::DescL3; # Usually, you use it to send IPv4 frames my $d3 = Net::Packet::DescL3->new( dev => 'eth0', target => '192.168.0.1', ); $d3->send($rawStringToNetwork); DESCRIPTIONSee also Net::Packet::Desc for other attributes and methods. ATTRIBUTES
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
|