2012-08-07  ------ inet-2.0.0 released ------

2012-06-25  ------ inet-1.99.5 released ------

2012-06-15  Zoltan Bojthe

	Fixed memory leaks in SCTPSerializer

2012-03-20  ------ inet-1.99.4 released ------

2012-02-24  ------ inet-1.99.3 released ------

2011-12-14  Zoltan Bojthe

	IPv4Serializer.cc: bugfixes related to the serialization of fragmented
	packets (fragment offset, Don't Fragment bit, More Fragments bit)

2011-11-18  ------ INET-1.99.2 released ------

2011-06-03  Andras Varga

	cosmetics: space usage made somewhat more consistent throughout the code

	Notes:
	- if you have an INET fork and want to compare the code, use the
	 "Ignore spaces" option of your visual diff tool. Most tools have
	 this option; Meld and Araxis Merge certainly do.

	- I used omnetpp/_scripts/tidymodel/spaces.pl, plus some manual tweaks

2011-05-30  ------ INET-1.99.1 released ------

2011-05-26  Zoltan Bojthe

	Renamed IP... classes to IPv4... or IPvX...

2011-05-11  Rudolf Hornig

	Undo last change: moved header serializers from various contract/
	directories back into util/headerserializers, but into separate
	subdirectories (ipv4/, tcp/, sctp/, etc.)

2011-03-09  Zoltan Bojthe

	Project Features support: moved header serializers to the contract/
	directories of various protocols (src/udp/contract/, etc.)

2011-03-11  Zoltan Bojthe

	TCP header serializer: remove unwanted include

2011-03-03  ------ INET-1.99.0 released ------

2011-03-02  Zoltan Bojthe

	IPSerializer: calculate encapLength, code styling.

2011-03-02  Zoltan Bojthe

	change opp_error to throw cRuntimeError

2011-02-24  Zoltan Bojthe

	TCP, TCP_NSC, TCP_lwip: implemented "bytestream" transfer modes

	also refactoring of queues for "object" and "bytecount" transfer modes

2011-02-24  Zoltan Bojthe

	Eliminate compile warnings

2011-02-02  Levente Meszaros

	Follow omnetpp changes related to include files.

	Include platdep/sockets.h only from those source files which really need
	it.

2011-01-13  Zoltan Bojthe

	using getEncapsulatedPacket() instead deprecated getEncapsulatedMsg()

2010-05-14  Zoltan Bojthe

	TCPDump calculates IP header checksum

2010-06-22  Zoltan Bojthe

	minimal changes - from Thomas Reschka

	commits, node positions, indentation, copyright, ...

2010-06-21  Zoltan Bojthe

	indent changes - from Thomas Reschka

2010-05-25  Zoltan Bojthe

	eliminate compiler warnings

2010-03-12  Rudolf Hornig

	Fixed compilation on windows. Unnecessary pthread references were
	removed from TCP dump too.

2010-03-11  Rudolf Hornig

	Added SCTP patch from Irene Rungeler.

2010-03-10  Zoltan Bojthe

	Comment changes from Thomas Reschka

2010-02-09  Zoltan Bojthe

	bugfix: TCP checksum calculation

2010-01-28  Zoltan Bojthe

	correcting BYTE_ORDER check

2009-12-15  Andras Varga

	fix previous commit for mingw: use the endian macros defined in defs.h

	thanks Ariza!

2009-12-15  Zoltan Bojthe

	Improved header serializers

	- multiple copies of the same checksum functions factored out into
	  TCPIPChecksum.h/cc
	- TCP header serializer/parser rewritten for better option management.
	- SCTPSerializer: checksum() renamed to crc32() because it's not the
	  same algorithm as the convential TCP/IP checksum
	- tcp.h: use fixed-size int types (uint16_t, etc) instead of
	  int/short/char
	- some whitespace change (tabs to spaces)

2009-11-05  Rudolf Hornig

	Changes related to the TCP-SACK implementation from Thomas Reschka.

2009-08-26  Andras Varga

	cosmetics (warnings, tab-to-space, reindent, typos, dead code removal)

2009-03-25  ------ INET-20090325 released ------

2009-03-19  Michael Tuexen

	Fix handling of ICMP messages.

2009-03-18  Michael Tuexen

	Improve compilation on Windows as reported on the omnet mailing list.

2008-01-01..2009-03-25  Andras Varga, Rudolf Hornig

	Porting of INET to OMNeT++ 4.0, and some general face lift:
	* better directory structure (names changed to lowercase; moved sources
	  under src/; better names, e.g. networkinterfaces -> linklayer)
	* build system to use a deep makefile
	* updated the C++ code for the 4.0 API (follow name changes; use
	  int64-based simtime_t; use cPacket; etc.)
	* NED files converted to 4.0 syntax
	* make use of new features in NED files (module interfaces, inout
	  gates, @unit, etc.)

2006-02-14  Andras Varga

	Initial checkin of headerserializers, from Christian Dankbar, Irene
	Ruengeler and Michael Tuexen.

	If you are interested in the early history of the code,
	change to the project root and type

	$ gitk -- src/util/headerserializers INET/src/util/headerserializers \
	    Util/HeaderSerializers
