small change to documentation. In server->client messages the host name may differ from the one requested by the client.

This commit is contained in:
Johanna Amann 2014-08-01 11:19:05 -07:00
parent fe60d5e9dd
commit 605a49f9bd

View file

@ -33,7 +33,7 @@ event dhcp_discover%(c: connection, msg: dhcp_msg, req_addr: addr, host_name: st
## ##
## serv_addr: The server address specified by the message. ## serv_addr: The server address specified by the message.
## ##
## host_name: The value of the host name option, if specified by the client. ## host_name: Optional host-name value. May differ from the host name requested from the client.
## ##
## .. bro:see:: dhcp_discover dhcp_request dhcp_decline dhcp_ack dhcp_nak ## .. bro:see:: dhcp_discover dhcp_request dhcp_decline dhcp_ack dhcp_nak
## dhcp_release dhcp_inform ## dhcp_release dhcp_inform
@ -75,7 +75,7 @@ event dhcp_request%(c: connection, msg: dhcp_msg, req_addr: addr, serv_addr: add
## ##
## msg: The parsed type-independent part of the DHCP message. ## msg: The parsed type-independent part of the DHCP message.
## ##
## host_name: The value of the host name option, if specified by the client. ## host_name: Optional host name value.
## ##
## .. bro:see:: dhcp_discover dhcp_offer dhcp_request dhcp_ack dhcp_nak ## .. bro:see:: dhcp_discover dhcp_offer dhcp_request dhcp_ack dhcp_nak
## dhcp_release dhcp_inform ## dhcp_release dhcp_inform
@ -101,7 +101,7 @@ event dhcp_decline%(c: connection, msg: dhcp_msg, host_name: string%);
## ##
## serv_addr: The server address specified by the message. ## serv_addr: The server address specified by the message.
## ##
## host_name: The value of the host name option, if specified by the client. ## host_name: Optional host-name value. May differ from the host name requested from the client.
## ##
## .. bro:see:: dhcp_discover dhcp_offer dhcp_request dhcp_decline dhcp_nak ## .. bro:see:: dhcp_discover dhcp_offer dhcp_request dhcp_decline dhcp_nak
## dhcp_release dhcp_inform ## dhcp_release dhcp_inform
@ -116,7 +116,7 @@ event dhcp_ack%(c: connection, msg: dhcp_msg, mask: addr, router: dhcp_router_li
## ##
## msg: The parsed type-independent part of the DHCP message. ## msg: The parsed type-independent part of the DHCP message.
## ##
## host_name: The value of the host name option, if specified by the client. ## host_name: Optional host name value.
## ##
## .. bro:see:: dhcp_discover dhcp_offer dhcp_request dhcp_decline dhcp_ack dhcp_release ## .. bro:see:: dhcp_discover dhcp_offer dhcp_request dhcp_decline dhcp_ack dhcp_release
## dhcp_inform ## dhcp_inform