X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FMainpage.dox;h=308d9ac404c9f28f29e1e90c5dcc2b24546180b5;hb=c45c112ae88196ea8da9c5a9efb0e167196744d2;hp=7482b9f1d44f0f7583d1818bb285b3a9aca30f46;hpb=8ac1897a6759df5e28a5d88c1409cc8fdf373920;p=senf.git diff --git a/Packets/Mainpage.dox b/Packets/Mainpage.dox index 7482b9f..308d9ac 100644 --- a/Packets/Mainpage.dox +++ b/Packets/Mainpage.dox @@ -67,6 +67,7 @@ \li \ref protocolbundle_default : Some basic default protocols: Ethernet, Ip, TCP, UDP \li \ref protocolbundle_mpegdvb : MPEG and DVB protocols \li \ref protocolbundle_80211 : 802.11 protocols + \li \ref protocolbundle_80221 : 802.21 protocols There are two ways to link with a bundle @@ -118,7 +119,7 @@ \code Packet p = ...; - // Change first byte of packet to 0 + // Change first byte of packet to 1 p.data()[0] = 1u; // Copy packet data into a vector @@ -586,8 +587,8 @@ invalidate the wrapper if it changes the packets size. \see - senf::VectorParser_Container Interface of the vector parser container wrapper \n - senf::ListParser_Container Interface of the list parser container wrapper + senf::VectorParser / senf::VectorParser_Container Interface of the vector parser \n + senf::ListParser / senf::ListParser_Container Interface of the list parser \subsubsection packet_usage_collection_variant The Variant Parser