The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Net::Frame::Simple.

1.04 Sun May 31 15:29:26 CEST 2009
   - UPDATE: removed old computation scheme (see 1.03 changes)
   - update: copyright notice

1.03 Sun Nov  9 22:59:08 CET 2008
   - new: made computeLengths() and computeChecksums() generic for all protocols
   - new: $NoComputeLengths and $NoComputeChecksums global variables to disable
          respective computations
   - WARNING: this new computation scheme does not apply to:
              IPv{4|6}, ICMPv{4|6}, TCP, UDP
     => Because the old computation scheme stills apply.

1.02 Thu Dec 21 23:48:44 CET 2006
   - NEW: support for ICMPv6
   - bugfix: get padding for IPv6

1.01 Sun Dec 17 17:30:19 CET 2006
   - UPDATE: all layers moved to Net::Frame::Layer::* namespace
   - new: support for IPv6 layer (computeLengths(), computeChecksums())

1.00 Sat Dec  9 19:38:13 CET 2006
   - first public release