X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=80bc2da2adba36e774382862985cd9d72447a44f;hb=e70482b21708ed411b4403c8a155f345a4868fdf;hp=85137824a287637d124f7619fb4069fcdda0cf07;hpb=c93ffa0a5c9150fce168ecb203ce4057572e7c83;p=dccp2tcp diff --git a/ChangeLog b/ChangeLog index 8513782..80bc2da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ +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: