$Id: CHANGES 8344 2009-01-14 19:14:20Z dfs $ Version 0.9.2 o Ensured IPPacket.getTTL() returns unsigned value. Version 0.9.1 o Removed dependency on JDK 1.4 introduced by the use of InetAddress.getByAddress in IPPacket. Code is now JDK 1.2 compatible. Version 0.9.0 o Added missing setters/getters to IPPacket and TCPPacket. o Refactored separate checksum computation methods from IPPacket, ICMPPacket, UDPPacket, and TCPPacket into one method. Version 0.8.0 o Added UDPPacket. o Normalized names of constants with the following transformation: find -name "*.java" | \ xargs perl -pi -e 's/(\w+)_(OFFSET|MASK|LENGTH|KIND)/$2_$1/g;' For example all FOO_OFFSET constants are now OFFSET_FOO. Version 0.7.0 o Added ICMPPacket and ICMPEchoPacket. o Corrected information in README.