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

Net::Pcap::Reassemble - IP fragment reassembly for Net::Pcap

Copyright (c) 2006-2010 James Raftery <james@now.ie>. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Please submit bug reports, patches and comments to the author.

$Id: README,v 1.3 2010/05/13 14:11:56 james Exp $

This module is a wrapper for the loop() function of the Net::Pcap
module. It performs IP fragment reassembly for fragmented datagrams
in the libpcap dump data. It supports reassembly of IPv4 and IPv6
fragments.

See the Net::Pcap::Reassemble man page that was installed with this
module for information on how to use it in your perl programs. You
require the Net::Pcap module to use Net::Pcap::Reassemble.

Net::Pcap::Reassemble installs without any black magic:

	perl Makefile.PL
	make
	make test
	make install