X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=dccp2tcp.h;h=c321f0bd7b4b03411871ac9160f2ff4fafbd8234;hp=64c8dd29ba09067c5105c54cd0da75c9d9d2b3fc;hb=26f999e14172938ed30c0f365dc5d6be9f6ed09b;hpb=353a63cd0aa7da1c5d4f0df77ba12a56e6dbd71d diff --git a/dccp2tcp.h b/dccp2tcp.h index 64c8dd2..c321f0b 100644 --- a/dccp2tcp.h +++ b/dccp2tcp.h @@ -1,7 +1,7 @@ /****************************************************************************** Author: Samuel Jero -Date: 7/2011 +Date: 11/2011 Description: Header file for 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 ******************************************************************************/ #ifndef _DCCP2TCP_H #define _DCCP2TCP_H