Changes from previous:
1.3.0 2011-11-13
[ENHANCEMENTS]
- 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom
Linden) [RT#71320]
1.2.0 2011-07-26
[ENHANCEMENTS]
- Add support for Ethernet VLAN (thanks to Kai Chan)
1.1.2 2011-06-20
[BUG FIXES]
- Add a INSTALL file
1.1.1 2011-02-07
- Add the new Ethernet types to the export list. (thanks to Sergey, again
:-) ) (RT#64799)
1.1.0 2011-01-15
- Add a few Ethernet types. (thanks to Sergey) (RT#64799)
1.0.1 2010-10-19
- Make the example verbatim in pod in NetPacket::UDP (rt#62097)
1.0.0 2010-10-17
- Remove modules NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog
as the license of the patch clashes with the license of the
distribution. (RT#62197)
0.41_0
- Fixed bug 18941 - NetPacket::IP includes trailing trash bytes in
$ip->{data}
- Fixed bug 7010 - IP flags field lost in IP::encode()
- Added Build.PL
- Moved history off the README file into this one (Changes)
- Moved module structure to /lib
- Version now gathered from NetPacket.pm
- META.yml added to MANIFEST
- Added myself (Yanick) as author
- Switched to major.minor.revision version notation
0.43.2 2010-10-11
- Change the COPYRIGHT sections of the pods to match the Artistic 2.0
license. (RT#60954)
pkgsrc changes:
- add license definition (see https://rt.cpan.org/Ticket/Display.html?id=60954)
- add homepage
- clarify that it requires a c compiler and Module::Build
Upstream changes:
0.43.1 2010-06-11 21:45:15 America/Montreal
* Change a test to use explicit number of tests instead of 'done_testing'.
0.43.0 May 23rd, 2010
* Fixed UDP checksum. Thanks to Hal Finkel. (RT#56235)
* Added Joel Knight's code for IPv6 support from
http://www.packetmischief.ca/code/netpacket/.
Thanks to Doug Farley for the bug report. (RT#57560)
0.42.0 March 25th, 2010
* Updated license to Artistic 2.0
* Fixed bad call to 'data()' in ICMP. Thanks to Ventz Petkov.
(RT#52627)
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for p5 NetPacket modules from 0.04 to 0.41.1
Upstream changes:
0.41.1
* Fixed bug 37931: export of ICMP_MASKREQ
* Fixed UDP and TCP checksums for odd-sized packets
* Fixed import from NetPacket::UDP
* Fixed bug 37931: export of ICMP_MASKREQ
* Added git repo and bug tracking info to META.yml
0.41_0
* Fixed bug 18941 - NetPacket::IP includes trailing
trash bytes in $ip->{data}
* Fixed bug 7010 - IP flags field lost in IP::encode()
* Added Build.PL
* Moved history off the README file into this one (Changes)
* Moved module structure to /lib
* Version now gathered from NetPacket.pm
* META.yml added to MANIFEST
* Added myself (Yanick) as author
* Switched to major.minor.revision version notation
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
NetPacket provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each NetPacket descendent
module knows how to encode and decode packets for the network protocol
it implements.