]> sjero.net Git - dccp2tcp/blob - ChangeLog
Option to only show Ack Vectors/SACKS with loss
[dccp2tcp] / ChangeLog
1 05/25/2011:
2         Release 1.4:
3         Improvements:
4         1)Add double -s option to only show Ack Vectors/SACKS with loss events
5
6
7 05/15/2011:
8         Release 1.3
9         Improvements:
10         1)Complete Redesign of Encapsulation system. It now examines each protocol layer and removes encapsulation correctly.
11                 If a protocol is not supported, the packet is ignored. As of right now the supported protocols are:
12                  +Ethernet
13                  +Linux Cooked Capture (SLL)
14                  +IPv4
15
16         
17 02/01/2011:
18         Release 1.2
19         Bug Fixes:
20         1)Sequence number adjustments so that Tcptrace RTT graphing/statistics now work
21
22
23 01/19/2011:
24         Release 1.1
25         Bug Fixes:
26         1)Ack Vector computations were using one byte beyond the ack vector.
27         2)Ack Vector to SACK was using one byte beyond the ack vector.
28         Improvements:
29         1)All error output now goes to stderr
30         2)Multiple Debug Levels
31         3)Moved includes, struct defs, and some functions defs to a header file
32         New Features:
33         1)Sync and SyncAck packets now have zero data and zero window. This makes them show up more easily in Tcptrace
34
35
36 12/22/2010:
37         Release 1.0
38         Initial Public Release
39         Features:
40         1)Converts DCCP to TCP
41         2)Optional ack vectors to SACKS
42         3)Optional Window to highest ack
43         Bugs:
44         1)Supports only a single DCCP connection per capture.
45         2)Source Port can't equal Destination Port. If the two are equal, this program will get very confused.
46         3)DCCP MUST use 48 bit sequence numbers.
47         4)Checksums are not computed (they are zeroed).
48         5)Only converts those packet types used by the Linux implementation at this date
49         6)DCCP Ack packets show up as TCP packets containing one byte
50         7)Very little error checking of packet headers, it's research software afterall