X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=HowTos%2FNewPacket%2FMainpage.dox;h=289007c5a812666397413a970c34895177edf4c9;hb=fd5677c5ebf2035148fe1d5b970514edef82e3fd;hp=4f52f0d0a71ce732eb681bd085a303c327d7f40e;hpb=63ae38a98da5740e0638c868cd1c3f2ac73d2eb2;p=senf.git diff --git a/HowTos/NewPacket/Mainpage.dox b/HowTos/NewPacket/Mainpage.dox index 4f52f0d..289007c 100644 --- a/HowTos/NewPacket/Mainpage.dox +++ b/HowTos/NewPacket/Mainpage.dox @@ -715,8 +715,8 @@ GREPacket.hh: \code - #ifndef GRE_PACKET_HH - #define GRE_PACKET_HH + #ifndef HH_GREPacket_ + #define HH_GREPacket_ #include @@ -934,7 +934,7 @@ documentation of all the packet parser macros. \ref parseint, \n \ref parsecollection There are several lists of available - reusable packet parsers: . However, this list is not complete as there are other protocol + reusable packet parsers. However, these lists are not complete as there are other protocol specific reusable parsers (without claiming to be exhaustive: senf::INet4AddressParser, senf::INet6AddressParser, senf::MACAddressParser) @@ -951,6 +951,5 @@ // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u doc" -// mode: flyspell // mode: auto-fill // End: