NAME
Net::Analysis::Packet - wrapper for our own view of a packet.
SYNOPSIS
use Net::Analysis::Packet;
my $p = Net::Analysis::Packet ( {...} ); # See Net::Analysis::EventLoop
print "My packet:-\n$p";
DESCRIPTION
Internal module for abstracting the underlying packet representation.
EXPORT
None by default.
SEE ALSO
Net::Analysis::EventLoop - creates these packets
AUTHOR
Adam B. Worrall, <worrall@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Adam B. Worrall
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.