X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FTCPPacket.hh;h=57f9cde40fba9059dc1be83d34effc03b49131f4;hb=3e7160dbb6e67038c78594c85c48d25b6c787d5f;hp=2f960b1c78860b84018f7b4e06af11ec411aa33f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Packets/DefaultBundle/TCPPacket.hh b/senf/Packets/DefaultBundle/TCPPacket.hh index 2f960b1..57f9cde 100644 --- a/senf/Packets/DefaultBundle/TCPPacket.hh +++ b/senf/Packets/DefaultBundle/TCPPacket.hh @@ -3,7 +3,7 @@ // Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY -// Dennis Goslar +// Dennis Goslar // // 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 @@ -27,7 +27,7 @@ #define HH_SENF_Packets_DefaultBundle_TCPPacket_ 1 // Custom includes -#include "../../Packets/Packets.hh" +#include //#include "TCPPacket.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -46,14 +46,14 @@ namespace senf { { # include SENF_PARSER() - SENF_PARSER_FIELD( source, UInt16Parser ); - SENF_PARSER_FIELD( destination, UInt16Parser ); - SENF_PARSER_FIELD( sequencenumber, UInt32Parser ); - SENF_PARSER_FIELD( acknowledgmentnumber, UInt32Parser ); + SENF_PARSER_FIELD( source, UInt16Parser ); + SENF_PARSER_FIELD( destination, UInt16Parser ); + SENF_PARSER_FIELD( sequencenumber, UInt32Parser ); + SENF_PARSER_FIELD( acknowledgmentnumber, UInt32Parser ); - SENF_PARSER_BITFIELD ( dataoffset, 4, unsigned ); - SENF_PARSER_PRIVATE_BITFIELD( reserved, 6, unsigned ); - SENF_PARSER_BITFIELD ( urgf, 1, bool ); + SENF_PARSER_BITFIELD ( dataoffset, 4, unsigned ); + SENF_PARSER_PRIVATE_BITFIELD( reserved, 6, unsigned ); + SENF_PARSER_BITFIELD ( urgf, 1, bool ); SENF_PARSER_BITFIELD ( ackf, 1, bool ); SENF_PARSER_BITFIELD ( pshf, 1, bool ); SENF_PARSER_BITFIELD ( rstf, 1, bool );