]> sjero.net Git - dccp2tcp/blobdiff - dccp2tcp.pod
Checksum computation!
[dccp2tcp] / dccp2tcp.pod
index 0ba5446ddbcede0996f0bc3d29189c6d65a42682..4976902e0adf8f67c75542ca25ff96a7116492c7 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,7 @@ 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 CCID 2 with 48 bit sequence numbers at this time.
 
 =head1 OPTIONS
 
@@ -26,6 +25,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.