Paketname | libnetpacket-perl |
Beschreibung | Modules to assemble/disassemble network packets at the protocol level |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.41.1-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 164 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 44646 Byte |
Prüfsumme MD5 | 981e87a11d809897159c2a4701a835ae |
Prüfsumme SHA1 | f85f535b18981409670a349244ddcaef9c1f9b72 |
Prüfsumme SHA256 | 434f98b53ac9e13c6201ac61aa45b9a5081e27f552fdd4e9332822faa1c5ee02 |
Link zum Herunterladen | libnetpacket-perl_0.41.1-1_all.deb |
Ausführliche Beschreibung | 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 documentation for the
module in question for protocol-specific implementation.
.
Note that there is no inheritance in the NetPacket:: cluster of
modules other than each protocol module being a NetPacket. This
was seen to be too restrictive as imposing inheritance relationships
(for example between the IP, UDP and TCP protocols) would make things
like tunneling or other unusual situations difficult.
.
|