SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,5 @@
"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.

View file

@ -0,0 +1,27 @@
${P5SITE}/NetPacket/
${P5SITE}/NetPacket.pm
${P5SITE}/NetPacket/ARP.pm
${P5SITE}/NetPacket/Ethernet.pm
${P5SITE}/NetPacket/ICMP.pm
${P5SITE}/NetPacket/ICMPv6.pm
${P5SITE}/NetPacket/IGMP.pm
${P5SITE}/NetPacket/IP.pm
${P5SITE}/NetPacket/IPX.pm
${P5SITE}/NetPacket/IPv6.pm
${P5SITE}/NetPacket/PFLog.pm
${P5SITE}/NetPacket/TCP.pm
${P5SITE}/NetPacket/UDP.pm
${P5SITE}/NetPacket/USBMon.pm
@man man/man3p/NetPacket.3p
@man man/man3p/NetPacket::ARP.3p
@man man/man3p/NetPacket::Ethernet.3p
@man man/man3p/NetPacket::ICMP.3p
@man man/man3p/NetPacket::ICMPv6.3p
@man man/man3p/NetPacket::IGMP.3p
@man man/man3p/NetPacket::IP.3p
@man man/man3p/NetPacket::IPX.3p
@man man/man3p/NetPacket::IPv6.3p
@man man/man3p/NetPacket::PFLog.3p
@man man/man3p/NetPacket::TCP.3p
@man man/man3p/NetPacket::UDP.3p
@man man/man3p/NetPacket::USBMon.3p