X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=README;h=b771de8ff2ebf58fe1c69ba4d08caffb048207b1;hb=5e3bc5722d048a5b9581cbe27c64de5048d444b0;hp=68c09cad12b5cab0b3e07b54521b1fc9403d9c8d;hpb=926ed1e125b42109bdc91e56ed256f26d618319b;p=dccp2tcp diff --git a/README b/README index 68c09ca..b771de8 100644 --- a/README +++ b/README @@ -16,8 +16,8 @@ from http://www.tcptrace.org and the version of xplot available from http://www. Usage is pretty simple: -dccp2tcp dccp_file tcp_file [-d] [-V] [h] [-y] [-g] [-s] - -d is debug +dccp2tcp dccp_file tcp_file [-v] [-V] [h] [-y] [-g] [-s] + -v is verbose. Repeat for additional verbosity. -V is Version information -h is help -y shifts the window line in tcptrace (yellow) to the highest received acknowledgment. Normally this line is just a constant amount more than the ack number(i.e. useless). @@ -32,13 +32,12 @@ tcptrace -lGt tcp_file You can then use xplot to view the resulting graphs, like this: xplot a2b_tsg.xpl a2b_rtt.xpl +One important note on interpreting the graphs is that DCCP Ack packets show up +as TCP packets containing one byte. -This program does have several important limitations: - 1)CCID2 ONLY - 2)DCCP MUST use 48 bit sequence numbers. - 3)DCCP DATA packets are not implemented (Linux doesn't use them) - 4)DCCP Ack packets show up as TCP packets containing one byte - +Finally, an important limitation of this program is that DCCP MUST use 48 bit +sequence numbers. dccp2tcp will complain at you if you try to process a connection +with short sequence numbers. dccp2tcp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,5 +55,7 @@ along with dccp2tcp. If not, see . Copyright 2013 Samuel Jero -Computer Science student, Ohio University +Masters Student +Internetworking Research Group +Ohio University sj323707@ohio.edu