X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FIPv6ExtOptions.hh;h=7e78c4bd940bd6b0332f1febddefe5d265c52a8d;hb=394ced7000128fef7e753caea1deda8d55dec8e2;hp=8fb5fddc4b16b7cbbe51e1806c3b3db4491efc1d;hpb=57524bfa72e4536b15700a83eae94093ed32106a;p=senf.git diff --git a/senf/Packets/DefaultBundle/IPv6ExtOptions.hh b/senf/Packets/DefaultBundle/IPv6ExtOptions.hh index 8fb5fdd..7e78c4b 100644 --- a/senf/Packets/DefaultBundle/IPv6ExtOptions.hh +++ b/senf/Packets/DefaultBundle/IPv6ExtOptions.hh @@ -30,7 +30,7 @@ #include //#include "IPv6ExtOptions.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { /** \brief IPv6 Extension Option parser @@ -56,7 +56,7 @@ namespace senf { SENF_PARSER_BITFIELD ( optionType, 5, unsigned ); SENF_PARSER_FIELD ( length, UInt8Parser ); SENF_PARSER_FINALIZE ( IPv6OptionParser ); - + typedef GenericTLVParserRegistry Registry; }; @@ -65,7 +65,7 @@ namespace senf { } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "IPv6ExtOptions.cci" //#include "IPv6ExtOptions.ct" //#include "IPv6ExtOptions.cti"