This 'was' originally Net::RawIP-0.09c by Sergey Kolychev (ksv@al.lg.ua).
Unfortunately there were some things that needed to be chagned to go
along with pdump well and those changes were never made to Net::RawIP
so I am using my own version of Net::RawIP with many modifications to
fit the needs of pdump for more advanced sniffing.
Net::RawIP users, this module will probably NOT work with your code,
so stick to Net::RawIP unless you understand this module.  A lot of
changes and documentation will need to be added but isn't right now.
 -Sam K.


This is pdump::Sniff, a perl module can to manipulate raw IP packets,
with an optional feature for manipulating Ethernet headers.

NOTE: Ethernet related methods currently implemented only on Linux and *BSD!
Help with port eth.c to other platforms is very appreciated.

You need perl 5.004 or later to use this module.
You need to have installed libpcap, available from

ftp://ftp.ee.lbl.gov/libpcap.tar.Z

You install the module by running these commands:

   perl Makefile.PL
   make
   make test
   make install

There are also some example scripts.

Please report any bugs/suggestions to Samy Kamkar (CommPort5@LucidX.com)

Many files from the Net::RawIP distribution have been modified/removed.
Original Net::RawIP information:

All files contained in this installation are Copyright (c) 1998-2000 Sergey 
Kolychev unless otherwise specified. All rights reserved.

This library is free software; you can redistribute it and/or modify it under 
the same terms as Perl itself.
