Skip to content
Snippets Groups Projects
Commit c9f1c30e authored by Pierre Lalet's avatar Pierre Lalet
Browse files

Merged in FlUxIuS/scapy-orig/missingthings (pull request #103)

DHCP message option

https://tools.ietf.org/html/rfc2132#section-9.9
parents 5d3dfe47 ed0c3aa4
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ DHCPOptions = {
51: IntField("lease_time", 43200),
54: IPField("server_id","0.0.0.0"),
55: "param_req_list",
56: "error_message",
57: ShortField("max_dhcp_size", 1500),
58: IntField("renewal_time", 21600),
59: IntField("rebinding_time", 37800),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment