The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.22_01

  • fix endianness bug in ICMP packet creation
  • add lots of comments on what's going on in the ICMP portion of the RawIP.xs and RawIP.pm files
  • break out sub-packages to their own files so "make test" works even with Critic enabled

Changes for version 0.21_04

  • Skipped

Changes for version 0.21_03 - 2006-09-15

  • Received official maintainership from Sergey
  • In Makefile.PL check for the location of the header file, report if it could not be found.

Changes for version 0.21_02

  • Cleaning up the C code (indentation)
  • More tests
  • Cleaning up the documentation, replacing the bad English of Sergey with the bad English of Gabor.
  • new() dies if wrong or duplicate protocols given All by Gabor Szabo

Changes for version 0.21_01 - 2006-09-09

  • Cleaning up many warnings that were probably due to using gcc 4+
  • Cleaning up several assignment errors that were probably due to gcc 4+
  • Lots of cleanup in the Perl code
  • Add tests All by Gabor Szabo

Documentation

An interface to libpcap in Net::RawIP(3pm)

Modules

Perl extension for manipulate raw ip packets with interface to libpcap

Provides

in lib/Net/RawIP/ethhdr.pm
in lib/Net/RawIP/generichdr.pm
in lib/Net/RawIP/icmphdr.pm
in lib/Net/RawIP/iphdr.pm
in lib/Net/RawIP/opt.pm
in lib/Net/RawIP/tcphdr.pm
in lib/Net/RawIP/udphdr.pm