NetPacket::LLC

NetPacket::LLC is a Perl module to assemble and disassemble IEEE 802.3 LLC protocol packets.
Download

NetPacket::LLC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chander Ganesan
  • Publisher web site:
  • http://search.cpan.org/~cganesan/NetPacket-LLC-0.01/LLC.pm

NetPacket::LLC Tags


NetPacket::LLC Description

NetPacket::LLC is a Perl module to assemble and disassemble IEEE 802.3 LLC protocol packets. NetPacket::LLC is a Perl module to assemble and disassemble IEEE 802.3 LLC protocol packets.SYNOPSIS use NetPacket::LLC; use NetPacket::SpanningTree; $llc_data = NetPacket::Ethernet->strip($raw_packet); $st_data = NetPacket::LLC->strip($llc_data); $st_obj = NetPacket::SpanningTree->decode($st_data);NetPacket::LLC provides a set of routines for assembling and disassembling packets using the IEEE standard LLC protocol layer.MethodsNetPacket::LLC->decode()Decode the LLC packet data and return an object containing instance data. This method will probably decode garbage input, but it won't mean much.NetPacket::SpanningTree->encode($st_hash)Encode the hash into a raw data stream that may be appended to ethernet packet data. This allows the user to create his/her own LLC protocol packet and subsequently send it out on the wire (though sending on the wire isn't a function of this module). Requirements: · Perl


NetPacket::LLC Related Software