]> sjero.net Git - dccp2tcp/blobdiff - dccp2tcp.pod
Cleanup types throughout code
[dccp2tcp] / dccp2tcp.pod
index 0ba5446ddbcede0996f0bc3d29189c6d65a42682..51a891cacb624e2a27fc268e3fb924795c7ff0b0 100644 (file)
@@ -4,7 +4,7 @@ dccp2tcp - convert DCCP packet captures to TCP captures for analysis with B<tcpt
 
 =head1 SYNOPSIS
 
-B<dccp2tcp> [-d] [-y] [-g] [-s] I<input_file> I<output_file> 
+B<dccp2tcp> [-d] [-V] [-h] [-y] [-g] [-s] I<input_file> I<output_file> 
 
 =head1 DESCRIPTION
 
@@ -15,8 +15,8 @@ In order to utilize this program effectively you will also need B<tcptrace>, whi
 from http://www.tcptrace.org and the version of B<xplot> available from http://www.tcptrace.org under
 "Useful Companion Programs".
 
-B<dccp2tcp> only supports DCCP CCID 2 with 48 bit sequence numbers at this time. Further, checksums are
-not computed on the output packets---they are simply zeroed.
+B<dccp2tcp> 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
 
@@ -26,6 +26,14 @@ not computed on the output packets---they are simply zeroed.
        
 Debug, repeat for additional verbosity
 
+=item B<-V>
+       
+Version information
+
+=item B<-h>
+       
+Help message
+
 =item B<-y>
 
 Shift the window line (yellow) in B<tcptrace> to the highest received acknowledgment.