audk/NetworkPkg/HttpBootDxe
Laszlo Ersek 1ba4a4df39 NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsing
The string "HTTPClient" has 10 non-NUL characters; the value 9 is a
copy-paste leftover from "PXEClient". Check for all 10 characters in the
vendor-class-identifier option when determining whether the DHCP offer is
an HTTP offer.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
2018-03-28 13:07:07 +02:00
..
HttpBootClient.c NetworkPkg/HttpBootDxe: Fix the incorrect error message output. 2018-03-02 11:15:14 +08:00
HttpBootClient.h NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support. 2017-06-22 10:56:25 +08:00
HttpBootComponentName.c NetworkPkg:Enable Http Boot over Ipv6 stack 2015-11-09 03:30:42 +00:00
HttpBootComponentName.h NetworkPkg: Convert the UNIX to DOS end of line format 2015-08-27 01:07:31 +00:00
HttpBootConfig.c NetworkPkg: Add PCD to enable the HTTP connections switch 2017-01-23 10:25:29 +08:00
HttpBootConfig.h NetworkPkg: Fix the driver model issue in HTTP Boot driver. 2016-03-16 14:43:17 +08:00
HttpBootConfigNVDataStruc.h NetworkPkg: Allow user to create a HTTP corporate boot option in setup page. 2016-04-27 10:19:12 +08:00
HttpBootConfigStrings.uni NetworkPkg: Fix some typos of "according" 2017-02-08 14:48:44 +08:00
HttpBootConfigVfr.vfr NetworkPkg: Fix HII related problem in HTTP boot driver. 2016-03-24 10:09:47 +08:00
HttpBootDhcp4.c NetworkPkg/HttpBootDxe: fix typo in DHCPv4 packet parsing 2018-03-28 13:07:07 +02:00
HttpBootDhcp4.h NetworkPkg: Check for the max DHCP packet length before use it. 2016-11-18 16:30:50 +08:00
HttpBootDhcp6.c NetworkPkg/HttpBootDxe: Add HTTP Boot Callback protocol support. 2017-06-22 10:56:25 +08:00
HttpBootDhcp6.h NetworkPkg: Check for the max DHCP packet length before use it. 2016-11-18 16:30:50 +08:00
HttpBootDxe.c NetworkPkg/HttpBootDxe: Add check to avoid use NULL pointer 2017-10-30 08:51:42 +08:00
HttpBootDxe.h NetworkPkg/HttpBootDxe: Add IPv6 support condition check. 2017-10-26 16:21:03 +08:00
HttpBootDxe.inf NetworkPkg/HttpBootDxe: Add IPv6 support condition check. 2017-10-26 16:21:03 +08:00
HttpBootDxe.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
HttpBootDxeExtra.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
HttpBootImpl.c NetworkPkg/HttpBootDxe: Fix the incorrect error message output. 2018-03-02 11:15:14 +08:00
HttpBootImpl.h NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout. 2017-12-18 16:38:24 +08:00
HttpBootSupport.c NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen. 2018-01-25 13:37:26 +08:00
HttpBootSupport.h NetworkPkg/HttpBootDxe: Refine the coding style. 2017-08-09 08:29:55 +08:00