]> sjero.net Git - dccp2tcp/log
dccp2tcp
12 years agoIgnore directory of CCID 2 captures
Samuel Jero [Wed, 16 Nov 2011 23:07:48 +0000 (18:07 -0500)]
Ignore directory of CCID 2 captures

12 years agoIP->Total_Length encapsulation fix and DCCP options fix
Samuel Jero [Wed, 16 Nov 2011 23:05:52 +0000 (18:05 -0500)]
IP->Total_Length encapsulation fix and DCCP options fix

12 years agobugfix for 6667c43df783 "Add warning about malformed ACK vectors"---I'm an idiot
Samuel Jero [Wed, 16 Nov 2011 22:28:58 +0000 (17:28 -0500)]
bugfix for 6667c43df783 "Add warning about malformed ACK vectors"---I'm an idiot

12 years agoHandle connections whose request/response was never seen
Samuel Jero [Wed, 16 Nov 2011 06:03:58 +0000 (01:03 -0500)]
Handle connections whose request/response was never seen

12 years agoMultiple connection support segfault fixes
Samuel Jero [Tue, 15 Nov 2011 22:12:41 +0000 (17:12 -0500)]
Multiple connection support segfault fixes

12 years agoRemoved tag 10a6ec90813f
Samuel Jero [Thu, 3 Nov 2011 17:19:07 +0000 (13:19 -0400)]
Removed tag 10a6ec90813f

12 years agoRemoved tag v1.4
Samuel Jero [Thu, 3 Nov 2011 17:18:44 +0000 (13:18 -0400)]
Removed tag v1.4

12 years agoAdded tag 10a6ec90813f, v1.4 for changeset d7c91b0cb142
Samuel Jero [Thu, 3 Nov 2011 01:21:15 +0000 (21:21 -0400)]
Added tag 10a6ec90813f, v1.4 for changeset d7c91b0cb142

12 years agoMultiple Connection Support
Samuel Jero [Wed, 13 Jul 2011 02:34:33 +0000 (22:34 -0400)]
Multiple Connection Support

Restriction on src!=dest ports removed

12 years agoModified .hgignore
Samuel Jero [Wed, 8 Jun 2011 03:09:15 +0000 (23:09 -0400)]
Modified .hgignore

12 years agoAdd warning about malformed ACK vectors
Samuel Jero [Wed, 8 Jun 2011 03:07:43 +0000 (23:07 -0400)]
Add warning about malformed ACK vectors

Linux Implementation will handle them incorrectly. It will count the packet as acked. ccid2.c line 657

12 years agoCorrect Maximum Number of TCP SACK blocks
Samuel Jero [Thu, 26 May 2011 05:27:47 +0000 (01:27 -0400)]
Correct Maximum Number of TCP SACK blocks

Code had originally used 2 as the max number of SACK blocks.
The correct value is 4.

12 years agoOption to only show Ack Vectors/SACKS with loss
Samuel Jero [Wed, 25 May 2011 04:48:35 +0000 (00:48 -0400)]
Option to only show Ack Vectors/SACKS with loss

Binding is double -s command line option.
Useful to see loss events

12 years agoRedesign Encapsulation System
Samuel Jero [Mon, 16 May 2011 03:13:56 +0000 (23:13 -0400)]
Redesign Encapsulation System

Complete Redesign. Added Correct packet de-encapsulation by protocol fields.
Unsupported Protocols are ignored. Added SSL (Linux Cooked Capture) as link layer.

13 years agoSplit out the Ethernet/IPv4 encapsulation
Samuel Jero [Sun, 17 Apr 2011 23:28:54 +0000 (19:28 -0400)]
Split out the Ethernet/IPv4 encapsulation

In preparation for a full fledged encapsulation layer.

13 years agoRedesign Sequence number conversion system
Samuel Jero [Wed, 2 Feb 2011 06:20:15 +0000 (01:20 -0500)]
Redesign Sequence number conversion system

Correct problems so that Tcptrace can compute RTT

13 years agoInitial Addition of Code (version 1.1)
Samuel Jero [Thu, 20 Jan 2011 04:45:10 +0000 (23:45 -0500)]
Initial Addition of Code (version 1.1)