66cd81a610
"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.
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
$OpenBSD: patch-MANIFEST,v 1.1.1.1 2005/05/24 06:16:53 msf Exp $
|
|
--- MANIFEST.orig Wed Jan 29 13:25:03 2003
|
|
+++ MANIFEST Thu Apr 14 10:10:49 2005
|
|
@@ -9,6 +9,9 @@ NetPacket/IGMP.pm
|
|
NetPacket/IP.pm
|
|
NetPacket/UDP.pm
|
|
NetPacket/TCP.pm
|
|
+NetPacket/PFLog.pm
|
|
+NetPacket/IPv6.pm
|
|
+NetPacket/ICMPv6.pm
|
|
NetPacket/SpanningTree.pm
|
|
NetPacket/LLC.pm
|
|
NetPacket/LACP.pm
|