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.

1.06 Sat May 23 15:33:44 CEST 2009
   - update: TCP computeChecksums()
   - update: UDP computeChecksums()
   - update: IPv4 added UDPLite support
   - update: IPv4 computeLengths()
   - update: copyright notice

1.05 Sun Nov  9 22:51:39 CET 2008
   - new: computeLengths() in ETH, to use 802.3 easily
   - new: $Next global variable in each module to allow customized encapsulation()
          => mainly used to encapsulate application layer procotols
   - new: UDP now have some $Next values (DHCP, RIPv1, HSRP)
   - new: added link to a MPLS layer from ETH and SLL layers
   - bugfix: pad TCP and UDP raw data if less than required length

1.04 Mon Mar 26 23:19:44 CEST 2007
   - bugfix: TCP: computeLengths() with options
   - update: ETH: more checks for next layer decoding (LLC)

1.03 Wed Jan  3 22:44:59 CET 2007
   - update: Net::Libdnet no more required

1.02 Thu Dec 21 23:51:07 CET 2006
   - bugfix: forgot to load some subs for IPv6 subs in Layer.pm

1.01 Sun Dec 17 17:45:32 CET 2006
   - UPDATE: moved all layers to Net::Frame::Layer::* namespace
   - bugfix: IPv6 layer handling in computeLengths() for TCP layer

1.00 Sat Dec  9 18:39:09 CET 2006
   - first public release