]> sjero.net Git - dccp2tcp/blobdiff - ChangeLog
Minor Makefile change for greater compatibility
[dccp2tcp] / ChangeLog
index 538b5050af3bb0a8e8e87f0165fbc80df57ad3f9..8c7ce956bc59b00c85159351c0e31265f09de5f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+02/05/2013:
+       Release 1.6:
+       Improvements:
+       1)CCID 3 Support!!
+       2)IPv6 Support!!
+       3)Checksum Support!!
+       4)man page
+       5)Version and usage information in binary
+       Bug Fixes:
+       1)Improved connection support to prevent odd behavior with multiple Resets
+       Interface Changes:
+       1)Debug flag (-d) is now Verbose flag (-v)
+
+11/29/2011
+       Release 1.5:
+       Improvements:
+       1)Multiple connection support and removal of source port != destination port restriction
+       2)Add warning about malformed ACK vectors
+       3)Speed up processing of connections with huge losses when running with debug enabled
+       Bug Fixes:
+       1)Length checks to ensure entire DCCP header is captured
+       2)Correct command line option processing to allow stdin as packet source. This enables processing of compressed
+               captures using, for example, zcat.
+
+
+05/25/2011:
+       Release 1.4:
+       Improvements:
+       1)Add double -s option to only show Ack Vectors/SACKS with loss events
+       Bug Fixes:
+       1)Increase maximum number of TCP SACK segments to 4 (instead of two)
+
+
+05/15/2011:
+       Release 1.3
+       Improvements:
+       1)Complete Redesign of Encapsulation system. It now examines each protocol layer and removes encapsulation correctly.
+               If a protocol is not supported, the packet is ignored. As of right now the supported protocols are:
+                +Ethernet
+                +Linux Cooked Capture (SLL)
+                +IPv4
+
+       
+02/01/2011:
+       Release 1.2
+       Bug Fixes:
+       1)Sequence number adjustments so that Tcptrace RTT graphing/statistics now work
+
+
 01/19/2011:
        Release 1.1
        Bug Fixes: