"NetPacket::UDP" provides a set of routines for assembling and disassembling packets using UDP (User Datagram Protocol). Methods "NetPacket::UDP->decode([RAW PACKET])" Decode the raw packet data given and return an object containing instance data. Th...
YANICK/NetPacket-1.7.2 - 21 Jul 2019 01:01:13 UTC"NetPacket" provides a base class for a cluster of modules related to decoding and encoding of network protocols. Each "NetPacket" descendent module knows how to encode and decode packets for the network protocol it implements. Consult the documentat...
YANICK/NetPacket-1.7.2 - 21 Jul 2019 01:01:13 UTC"NetPacket::IGMP" provides a set of routines for assembling and disassembling packets using IGMP (Internet Group Management Protocol). Methods "NetPacket::IGMP->decode([RAW PACKET])" Decode the raw packet data given and return an object containing in...
YANICK/NetPacket-1.7.2 - 21 Jul 2019 01:01:13 UTC"NetPacket::USBMon" is a NetPacket decoder of USB packets captured via Linux USBMon interface. Methods "NetPacket::USBMon->decode([RAW PACKET])" Decode a USB packet. Instance data The instance data for the "NetPacket::UDP" object consists of the foll...
YANICK/NetPacket-1.7.2 - 21 Jul 2019 01:01:13 UTC