Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
18542d6e
Commit
18542d6e
authored
Apr 25, 2016
by
Francis Dupont
Browse files
[4268a] Added extracted field lengthes
parent
d92767e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/classify.xml
View file @
18542d6e
...
...
@@ -218,43 +218,43 @@
<entry>
Hardware address in DHCPv4 packet
</entry>
<entry>
pkt4.mac
</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>
<entry>
Hardware length in DHCPv4 packet
</entry>
<entry>
pkt4.hlen
</entry>
<entry>
0x06
</entry>
<entry>
The value of the hlen field of the DHCPv4 packet.
</entry>
<entry>
0x0
000000
6
</entry>
<entry>
The value of the hlen field of the DHCPv4 packet
padded to 4 bytes
.
</entry>
</row>
<row>
<entry>
Hardware type in DHCPv4 packet
</entry>
<entry>
pkt4.htype
</entry>
<entry>
0x7b
</entry>
<entry>
The value of the htype field of the DHCPv4 packet.
</entry>
<entry>
0x
000000
7b
</entry>
<entry>
The value of the htype field of the DHCPv4 packet
padded to 4 bytes
.
</entry>
</row>
<row>
<entry>
ciaddr field in DHCPv4 packet
</entry>
<entry>
pkt4.ciaddr
</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>
<entry>
giaddr field in DHCPv4 packet
</entry>
<entry>
pkt4.giaddr
</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>
<entry>
yiaddr field in DHCPv4 packet
</entry>
<entry>
pkt4.yiaddr
</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>
<entry>
siaddr field in DHCPv4 packet
</entry>
<entry>
pkt4.siaddr
</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>
</tbody>
</tgroup>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment