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

NAME

Net::Packet::Layer3 - base class for all layer 3 modules

DESCRIPTION

This is the base class for Net::Packet::Layer3 subclasses.

It just provides those layers with inheritable attributes and methods.

METHODS

isIpv4
isIpv6
isIp - is IPv4 or IPv6
isArp
isVlan

Returns true if Layer3 is of specified type, false otherwise.

AUTHOR

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Copyright (c) 2004-2005, Patrice <GomoR> Auffret

You may distribute this module under the terms of the Artistic license. See Copying file in the source distribution archive.

RELATED MODULES

NetPacket, Net::RawIP, Net::RawSock