=head1 NAME dccp2tcp - convert DCCP packet captures to TCP captures for analysis with B =head1 SYNOPSIS B [-v] [-V] [-h] [-y] [-g] [-s] I I =head1 DESCRIPTION B takes a tcpdump packet capture of DCCP connections and converts it to a symantically equivalent TCP capture for analysis using standard TCP tools like B. In order to utilize this program effectively you will also need B, which you can download from http://www.tcptrace.org and the version of B available from http://www.tcptrace.org under "Useful Companion Programs". B only supports DCCP with 48 bit sequence numbers at this time. It will complain at you if you attempt to process a connection with short sequence numbers. =head1 OPTIONS =over 5 =item B<-v> Verbose, repeat for additional verbosity =item B<-V> Version information =item B<-h> Help message =item B<-y> Shift the window line (yellow) in B to the highest received acknowledgment. Normally this line is just a constant amount more than the ack number(i.e. useless). =item B<-g> Shift the ack line (green) in B to the highest received acknowledgment. Normally this line is the standard TCP ack number, which, for DCCP, translates to the highest contiguous acknowledgement in the ack vector. =item B<-s> Converts the DCCP ack vector to TCP SACK blocks. Specify B<-s> twice to only see those Ack vectors with loss intervals in them. =back =head1 AUTHOR Samuel Jero =head1 SEE ALSO B(1), B(1)