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