README 538 B

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