mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
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:
parent
fe60d5e9dd
commit
605a49f9bd
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
##
|
||||
## 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
|
||||
## 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.
|
||||
##
|
||||
## 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
|
||||
## 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.
|
||||
##
|
||||
## 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
|
||||
## 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.
|
||||
##
|
||||
## 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
|
||||
## dhcp_inform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue