]> sjero.net Git - dccp2tcp/blob - ChangeLog
Redesign Sequence number conversion system
[dccp2tcp] / ChangeLog
1 02/01/2011:
2         Release 1.2
3         Bug Fixes:
4         1)Sequence number adjustments so that Tcptrace RTT graphing/statistics now work
5
6 01/19/2011:
7         Release 1.1
8         Bug Fixes:
9         1)Ack Vector computations were using one byte beyond the ack vector.
10         2)Ack Vector to SACK was using one byte beyond the ack vector.
11         Improvements:
12         1)All error output now goes to stderr
13         2)Multiple Debug Levels
14         3)Moved includes, struct defs, and some functions defs to a header file
15         New Features:
16         1)Sync and SyncAck packets now have zero data and zero window. This makes them show up more easily in Tcptrace
17
18
19 12/22/2010:
20         Release 1.0
21         Initial Public Release
22         Features:
23         1)Converts DCCP to TCP
24         2)Optional ack vectors to SACKS
25         3)Optional Window to highest ack
26         Bugs:
27         1)Supports only a single DCCP connection per capture.
28         2)Source Port can't equal Destination Port. If the two are equal, this program will get very confused.
29         3)DCCP MUST use 48 bit sequence numbers.
30         4)Checksums are not computed (they are zeroed).
31         5)Only converts those packet types used by the Linux implementation at this date
32         6)DCCP Ack packets show up as TCP packets containing one byte
33         7)Very little error checking of packet headers, it's research software afterall