]> sjero.net Git - dccp2tcp/blobdiff - dccp2tcp.pod
Minor Makefile change for greater compatibility
[dccp2tcp] / dccp2tcp.pod
index 4976902e0adf8f67c75542ca25ff96a7116492c7..034c9396395fafa6a43ee2d8339d189bd545c48d 100644 (file)
@@ -4,7 +4,7 @@ dccp2tcp - convert DCCP packet captures to TCP captures for analysis with B<tcpt
 
 =head1 SYNOPSIS
 
-B<dccp2tcp> [-d] [-V] [-h] [-y] [-g] [-s] I<input_file> I<output_file> 
+B<dccp2tcp> [-v] [-V] [-h] [-y] [-g] [-s] I<input_file> I<output_file> 
 
 =head1 DESCRIPTION
 
@@ -15,15 +15,16 @@ 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.
+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
 
 =over 5
 
-=item B<-d>
+=item B<-v>
        
-Debug, repeat for additional verbosity
+Verbose, repeat for additional verbosity
 
 =item B<-V>