Net::Packet::Consts
Section: User Contributed Perl Documentation (3pm)
Updated: 2009-11-09
Index
Return to Main Contents
NAME
Net::Packet::Consts - all constants used in Net::Packet framework
SYNPOSIS
# Load IPv4 layer constants
use Net::Packet::Consts qw(:ipv4);
# Load Ethernet layer constants
use Net::Packet::Consts qw(:eth);
# Load Ethernet, IPv6 and TCP layers constants
use Net::Packet::Consts qw(:eth :ipv6 :tcp);
DESCRIPTION
This module is the place to store all useful constants. If you want to see them all, simply `perldoc -m Net::Packet::Consts'.
AUTHOR
Patrice <GomoR> Auffret
COPYRIGHT AND LICENSE
Copyright (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 MODULES
NetPacket, Net::RawIP, Net::RawSock
Index
- NAME
-
- SYNPOSIS
-
- DESCRIPTION
-
- AUTHOR
-
- COPYRIGHT AND LICENSE
-
- RELATED MODULES
-
This document was created by