First byte in the example code is change to 1 not to 0
[senf.git] / Packets / Mainpage.dox
index 7482b9f..b8c5ad9 100644 (file)
@@ -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
     
     \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