SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
net/p5-NetPacket/pkg/DESCR
Normal file
5
net/p5-NetPacket/pkg/DESCR
Normal 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.
|
27
net/p5-NetPacket/pkg/PLIST
Normal file
27
net/p5-NetPacket/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue