X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=encap.h;h=018acc80c02721d03014a6957062862d7dcf34a1;hp=baf092c93dbd4a34476dce3c0358192d8c9b7580;hb=afe4574b894da1c172ae694503b323c599bc67dc;hpb=5d65c31ba16de1a71d2f54e40f2494e121d6836e diff --git a/encap.h b/encap.h index baf092c..018acc8 100644 --- a/encap.h +++ b/encap.h @@ -1,10 +1,31 @@ /****************************************************************************** -Author: Samuel Jero +Utility to convert a DCCP flow to a TCP flow for DCCP analysis via + tcptrace. Header file for Encapsulation Functions for DCCP to TCP conversion. -Date: 11/2012 +Copyright (C) 2012 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 +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -Description: Header file for Encapsulation Functions for DCCP to TCP conversion +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 +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 ******************************************************************************/ #ifndef ENCAP_H_ #define ENCAP_H_