From: Francis Dupont Date: Mon, 25 Apr 2016 14:28:20 +0000 (+0200) Subject: [4268a] Added extracted field lengthes X-Git-Tag: trac4106_update_base~41^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18542d6e6e4a6f125945623f3a1db0f3a3094773;p=thirdparty%2Fkea.git [4268a] Added extracted field lengthes --- diff --git a/doc/guide/classify.xml b/doc/guide/classify.xml index 50a66ee37a..291caba0ad 100644 --- a/doc/guide/classify.xml +++ b/doc/guide/classify.xml @@ -218,43 +218,43 @@ Hardware address in DHCPv4 packet pkt4.mac 0x010203040506 - The value of the chaddr field of the DHCPv4 packet. + The value of the chaddr field of the DHCPv4 packet on hlen bytes Hardware length in DHCPv4 packet pkt4.hlen - 0x06 - The value of the hlen field of the DHCPv4 packet. + 0x00000006 + The value of the hlen field of the DHCPv4 packet padded to 4 bytes. Hardware type in DHCPv4 packet pkt4.htype - 0x7b - The value of the htype field of the DHCPv4 packet. + 0x0000007b + The value of the htype field of the DHCPv4 packet padded to 4 bytes. ciaddr field in DHCPv4 packet pkt4.ciaddr 192.0.2.1 - The value of the ciaddr field of the DHCPv4 packet. + The value of the ciaddr field of the DHCPv4 packet (IPv4 address on 4 bytes). giaddr field in DHCPv4 packet pkt4.giaddr 192.0.2.1 - The value of the giaddr field of the DHCPv4 packet. + The value of the giaddr field of the DHCPv4 packet (IPv4 address on 4 bytes). yiaddr field in DHCPv4 packet pkt4.yiaddr 192.0.2.1 - The value of the yiaddr field of the DHCPv4 packet. + The value of the yiaddr field of the DHCPv4 packet (IPv4 address on 4 bytes). siaddr field in DHCPv4 packet pkt4.siaddr 192.0.2.1 - The value of the siaddr field of the DHCPv4 packet. + The value of the siaddr field of the DHCPv4 packet (IPv4 address on 4 bytes).