X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FParseHelpers.hh;h=ddd8300d9797ff7c546d11e4053ce159fa223f6b;hb=refs%2Fheads%2Fmaster;hp=5e9683f6d23308291817b7b5d05096d846fe92b0;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Packets/ParseHelpers.hh b/senf/Packets/ParseHelpers.hh index 5e9683f..ddd8300 100644 --- a/senf/Packets/ParseHelpers.hh +++ b/senf/Packets/ParseHelpers.hh @@ -2,23 +2,28 @@ // // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY -// Stefan Bund // -// 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 2 of the License, or -// (at your option) any later version. +// The contents of this file are subject to the Fraunhofer FOKUS Public License +// Version 1.0 (the "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// http://senf.berlios.de/license.html // -// 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. +// The Fraunhofer FOKUS Public License Version 1.0 is based on, +// but modifies the Mozilla Public License Version 1.1. +// See the full license text for the amendments. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the -// Free Software Foundation, Inc., -// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// Software distributed under the License is distributed on an "AS IS" basis, +// WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +// for the specific language governing rights and limitations under the License. +// +// The Original Code is Fraunhofer FOKUS code. +// +// The Initial Developer of the Original Code is Fraunhofer-Gesellschaft e.V. +// (registered association), Hansastraße 27 c, 80686 Munich, Germany. +// All Rights Reserved. +// +// Contributor(s): +// Stefan Bund /** \file \brief ParseHelpers public header */ @@ -34,7 +39,7 @@ //#include "ParseHelpers.mpp" #include "ParseHelpers.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// /** \defgroup packetparsermacros Helper macros for defining new packet parsers @@ -279,10 +284,10 @@ \ingroup packetparser */ ///\addtogroup packetparsermacros -///\{ +//\{ ///\name Control information -///@{ +//\{ /** \brief Define fixed size parser @@ -386,10 +391,10 @@ */ #define SENF_PARSER_FINALIZE(name) -///@} +//\} ///\name Parser fields -///@{ +//\{ /** \brief Define normal parser field @@ -482,10 +487,10 @@ */ #define SENF_PARSER_CUSTOM_FIELD(name, type, size) -///@} +//\} ///\name Bit fields -///@{ +//\{ /** \brief Define bit-field @@ -533,10 +538,10 @@ */ #define SENF_PARSER_PRIVATE_BITFIELD(name, bits, type) -///@} +//\} ///\name Current offset -///@{ +//\{ /** \brief Skip bytes @@ -662,7 +667,7 @@ */ #define SENF_PARSER_CURRENT_FIXED_OFFSET() -///@} +//\} #else @@ -691,9 +696,9 @@ #endif -///\} +//\} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif #if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_ParseHelpers_i_) #define HH_SENF_Packets_ParseHelpers_i_