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

NAME

Net::Packet::Layer4 - base class for all layer 4 modules

DESCRIPTION

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

It just provides those layers with inheritable attributes and methods.

METHODS

isTcp
isUdp
isIcmpv4

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

AUTHOR

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Copyright (c) 2004-2006, 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 MODULES

NetPacket, Net::RawIP, Net::RawSock