SYNOPSIS

   use Net::Write::Layer qw(:constants);

DESCRIPTION

This is the base class for Net::Write::Layer2, Net::Write::Layer3 and Net::Write::Layer4 modules.

It just provides those layers with inheritable attributes, methods and constants.

ATTRIBUTES

dev

Network interface to use.

dst

Target IPv4 or IPv6 address.

protocol

Transport layer protocol to use (\s-1TCP\s0, \s-1UDP\s0, ...).

family

Adresse family to use (\s-1NW_AF_INET\s0, \s-1NW_AF_INET6\s0).

METHODS

new

Object constructor. Returns undef on error.

open

Open the descriptor, when you are ready to send. Returns undef on error.

send (scalar)

Send the raw data passed as a parameter. Returns undef on failure, true otherwise.

close

Close the descriptor.

CONSTANTS

\s-1NW_AF_INET\s0
\s-1NW_AF_INET6\s0
\s-1NW_AF_UNSPEC\s0

Address family constants, for use with family attribute.

\s-1NW_IPPROTO_IP\s0
NW_IPPROTO_IPv6
NW_IPPROTO_ICMPv4
\s-1NW_IPPROTO_TCP\s0
\s-1NW_IPPROTO_UDP\s0
NW_IPPROTO_ICMPv6

Transport layer protocol constants, for use with protocol attribute.

\s-1NW_IP_HDRINCL\s0
\s-1NW_IPPROTO_RAW\s0

Mostly used internally.

RELATED TO Net::Write::Layer…

Net::Write::Layer2, Net::Write::Layer3, Net::Write::Layer4

AUTHOR

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Copyright (c) 2006-2012, Patrice <GomoR> Auffret

You may distribute this module under the terms of the Artistic license. See \s-1LICENSE\s0.Artistic file in the source distribution archive.