You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Storer bd9cb9bf4c perl/perl-Net-RawIP: Fix source URLs. 11 years ago
..
README perl/*: Moved all of the Perl modules to here 15 years ago
perl-Net-RawIP.SlackBuild various: Update find command to match template. 12 years ago
perl-Net-RawIP.info perl/perl-Net-RawIP: Fix source URLs. 11 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

README

Net::RawIP - Perl extension to manipulate raw IP packets with interface to
libpcap.

This package provides a class which can be used for creating, manipulating and
sending raw IP packets with optional features for manipulating Ethernet
headers.
As its name implies, this module is quite low-level, and currently duplicates
some features with Net::Pcap. If you prefer a higher-level module (in terms of
Perl support), please take a look at Net::Write, which provides a portable
interface to construct and send raw packets on the network.