X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=dccp2tcp.c;h=17563f2584a1a455eaa2c5972d709685f2eb9cdf;hp=672997e83fa1dbaf109124afac7a00b23b274c10;hb=26f999e14172938ed30c0f365dc5d6be9f6ed09b;hpb=353a63cd0aa7da1c5d4f0df77ba12a56e6dbd71d diff --git a/dccp2tcp.c b/dccp2tcp.c index 672997e..17563f2 100644 --- a/dccp2tcp.c +++ b/dccp2tcp.c @@ -1,7 +1,7 @@ /****************************************************************************** Author: Samuel Jero -Date: 7/2011 +Date: 11/2011 Description: Program to convert a DCCP flow to a TCP flow for DCCP analysis via tcptrace. @@ -10,9 +10,8 @@ Notes: 1)CCID2 ONLY 2)DCCP MUST use 48 bit sequence numbers 3)Checksums are not computed (they are zeroed) - 4)Only implements those packet types normally used in a session + 4)DCCP DATA packets are not implemented (Linux doesn't use them) 5)DCCP Ack packets show up as TCP packets containing one byte - 6)Very little error checking of packet headers ******************************************************************************/ #include "dccp2tcp.h"