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