NetPacket/LLC version 0.01 ========================== This is the NetPacket::LLC module. the NetPacket::LLC module works in concert with the NetPacket::Ethernet module in order to decode 802.3 packet information. It can also be used in concert with other "lower layer" modules (such as NetPacket::SpanningTree and NetPacket::LACP) to decode higher layer packet data as well. Please refer to the perldoc for more information, and NetPacket::Ethernet. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: NetPacket::Ethernet COPYRIGHT AND LICENCE # # Copyright (c) 2002 Chander Ganesan. # # This package is free software and is provided "as is" without express # or implied warranty. It may be used, redistributed and/or modified # under the terms of the Perl Artistic License (see # http://www.perl.com/perl/misc/Artistic.html) # # This software and all associated data and documentation # ('Software') is available free of charge. You may make copies of the # Software but you must include all of this notice on any copy. # # The Software was developed for research purposes does not # warrant that it is error free or fit for any purpose. The author # disclaims any liability for all claims, expenses, losses, damages # and costs any user may incur as a result of using, copying or # modifying the Software. # # Copyright (c) 2002 Chander Ganesan. This package is free software and is provided "as is" without express or implied warranty. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html) This software and all associated data and documentation ('Software') is available free of charge. You may make copies of the Software but you must include all of this notice on any copy. The Software was developed for research purposes does not warrant that it is error free or fit for any purpose. The author disclaims any liability for all claims, expenses, losses, damages and costs any user may incur as a result of using, copying or modifying the Software.