Browse Source

[4268a] Added extracted field lengthes

Francis Dupont 9 years ago
parent
commit
18542d6e6e
1 changed files with 9 additions and 9 deletions
  1. 9 9
      doc/guide/classify.xml

+ 9 - 9
doc/guide/classify.xml

@@ -218,43 +218,43 @@
               <entry>Hardware address in DHCPv4 packet</entry>
               <entry>Hardware address in DHCPv4 packet</entry>
               <entry>pkt4.mac</entry>
               <entry>pkt4.mac</entry>
               <entry>0x010203040506</entry>
               <entry>0x010203040506</entry>
-              <entry>The value of the chaddr field of the DHCPv4 packet.</entry>
+              <entry>The value of the chaddr field of the DHCPv4 packet on hlen bytes</entry>
             </row>
             </row>
             <row>
             <row>
               <entry>Hardware length in DHCPv4 packet</entry>
               <entry>Hardware length in DHCPv4 packet</entry>
               <entry>pkt4.hlen</entry>
               <entry>pkt4.hlen</entry>
-              <entry>0x06</entry>
-              <entry>The value of the hlen field of the DHCPv4 packet.</entry>
+              <entry>0x00000006</entry>
+              <entry>The value of the hlen field of the DHCPv4 packet padded to 4 bytes.</entry>
             </row>
             </row>
             <row>
             <row>
               <entry>Hardware type in DHCPv4 packet</entry>
               <entry>Hardware type in DHCPv4 packet</entry>
               <entry>pkt4.htype</entry>
               <entry>pkt4.htype</entry>
-              <entry>0x7b</entry>
-              <entry>The value of the htype field of the DHCPv4 packet.</entry>
+              <entry>0x0000007b</entry>
+              <entry>The value of the htype field of the DHCPv4 packet padded to 4 bytes.</entry>
             </row>
             </row>
             <row>
             <row>
               <entry>ciaddr field in DHCPv4 packet</entry>
               <entry>ciaddr field in DHCPv4 packet</entry>
               <entry>pkt4.ciaddr</entry>
               <entry>pkt4.ciaddr</entry>
               <entry>192.0.2.1</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the ciaddr field of the DHCPv4 packet.</entry>
+              <entry>The value of the ciaddr field of the DHCPv4 packet (IPv4 address on 4 bytes).</entry>
             </row>
             </row>
             <row>
             <row>
               <entry>giaddr field in DHCPv4 packet</entry>
               <entry>giaddr field in DHCPv4 packet</entry>
               <entry>pkt4.giaddr</entry>
               <entry>pkt4.giaddr</entry>
               <entry>192.0.2.1</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the giaddr field of the DHCPv4 packet.</entry>
+              <entry>The value of the giaddr field of the DHCPv4 packet (IPv4 address on 4 bytes).</entry>
             </row>
             </row>
             <row>
             <row>
               <entry>yiaddr field in DHCPv4 packet</entry>
               <entry>yiaddr field in DHCPv4 packet</entry>
               <entry>pkt4.yiaddr</entry>
               <entry>pkt4.yiaddr</entry>
               <entry>192.0.2.1</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the yiaddr field of the DHCPv4 packet.</entry>
+              <entry>The value of the yiaddr field of the DHCPv4 packet (IPv4 address on 4 bytes).</entry>
             </row>
             </row>
             <row>
             <row>
               <entry>siaddr field in DHCPv4 packet</entry>
               <entry>siaddr field in DHCPv4 packet</entry>
               <entry>pkt4.siaddr</entry>
               <entry>pkt4.siaddr</entry>
               <entry>192.0.2.1</entry>
               <entry>192.0.2.1</entry>
-              <entry>The value of the siaddr field of the DHCPv4 packet.</entry>
+              <entry>The value of the siaddr field of the DHCPv4 packet (IPv4 address on 4 bytes).</entry>
             </row>
             </row>
           </tbody>
           </tbody>
           </tgroup>
           </tgroup>