From 605a49f9bd35e868ddd13d6fea7a28754e25fead Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Fri, 1 Aug 2014 11:19:05 -0700 Subject: [PATCH] small change to documentation. In server->client messages the host name may differ from the one requested by the client. --- src/analyzer/protocol/dhcp/events.bif | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/analyzer/protocol/dhcp/events.bif b/src/analyzer/protocol/dhcp/events.bif index 1f1e84ef0c..c7b35c8bd7 100644 --- a/src/analyzer/protocol/dhcp/events.bif +++ b/src/analyzer/protocol/dhcp/events.bif @@ -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