X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=ccid2.c;h=f8ebb2e57cdb856c92166ed0516f6b9c53e0a0e4;hp=677ce3ef9dd97f4dec926e496dfb7a5e3c6237e1;hb=926ed1e125b42109bdc91e56ed256f26d618319b;hpb=17c4c31c730832fa2a8a864ae719294935cb4241 diff --git a/ccid2.c b/ccid2.c index 677ce3e..f8ebb2e 100644 --- a/ccid2.c +++ b/ccid2.c @@ -2,7 +2,7 @@ Utility to convert a DCCP flow to a TCP flow for DCCP analysis via tcptrace. -Copyright (C) 2012 Samuel Jero +Copyright (C) 2013 Samuel Jero This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,14 +18,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . Author: Samuel Jero -Date: 11/2012 +Date: 02/2013 Notes: 1)CCID2 ONLY 2)DCCP MUST use 48 bit sequence numbers - 3)Checksums are not computed (they are zeroed) - 4)DCCP DATA packets are not implemented (Linux doesn't use them) - 5)DCCP Ack packets show up as TCP packets containing one byte + 3)DCCP DATA packets are not implemented (Linux doesn't use them) + 4)DCCP Ack packets show up as TCP packets containing one byte ******************************************************************************/ #include "dccp2tcp.h"