Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
750f6fec
Commit
750f6fec
authored
Sep 17, 2012
by
Marcin Siodelski
Browse files
[2230] Comments on byte order and endianess in template files.
parent
34238640
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/tools/dhcp-ubench/dhcp-perf-guide.xml
View file @
750f6fec
...
...
@@ -1024,7 +1024,10 @@ collected packets: 0
dynamically (without the template). Note that each template file
holds data for exactly one DHCP message type. Templates for multiple
message types must not be combined in the single file.
The content in template files is encoded in hexadecimal format.
The content in template files is encoded as series of ASCII hexadecimal
digits (each byte represented by two ASCII chars 00..FF). Data in a
template file is laid in network byte order and it can be used on the
systems with different endianess.
perfdhcp forms the packet by replacing parts of the message buffer read
from the file with variable data such as elapsed time, hardware address, DUID
etc. The offsets where such variable data is placed is specific to the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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