Displaying 1 result from an estimated 1 matches for "parsed_sname".
Did you mean:
parse_name
2007 Jun 28
4
Support DHCP sname field in PXELINUX
...x-3.36-dist/pxelinux.asm syslinux-3.36/pxelinux.asm
--- syslinux-3.36-dist/pxelinux.asm 2007-02-10 14:47:08.000000000 -0600
+++ syslinux-3.36/pxelinux.asm 2007-06-28 13:54:15.000000000 -0500
@@ -2056,6 +2056,12 @@
mov cx,64
call parse_dhcp_options
.nosnameoverload:
+ cmp byte [si], 0
+ jz .parsed_sname
+ call parse_dotquad
+ jc .parsed_sname
+ mov [ServerIP], eax
+.parsed_sname:
ret
;
--
Chris Adams <cmadams at hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.